Re: [7u6] Request for approval for CR 7071907 JDK: Full Debug Symbols

2012-04-17 Thread Edvard Wendelin
looks good! Approved On Apr 18, 2012, at 2:18 AM, Daniel D. Daugherty wrote: > Greetings, > > This is a request to backport a JDK 8 fix into JDK 7u6: > > 7071907 4/4 JDK: Full Debug Symbols > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7071907 > > along with its follow on regression fix

Re: java.awt event processing performance degradation on JRE7 - linux

2012-04-17 Thread David Holmes
Hi Nicolas, Federico's patch has also been applied to 7u4. FYI bug number: 7104625 David - On 18/04/2012 11:01 AM, Nicolas Carranza wrote: Federico's patch solves the performance regression (see: http://mail.openjdk.java.net/pipermail/jdk7u-dev/2012-April/002694.html ). But instead of th

Re: java.awt event processing performance degradation on JRE7 - linux

2012-04-17 Thread Nicolas Carranza
Thank you, here are my comments: http://mail.openjdk.java.net/pipermail/jdk7u-dev/2012-April/002702.html . Cheers, Nicolas On 04/17/2012 05:28 AM, Anthony Petrov wrote: > Here's the relevant thread: > > http://mail.openjdk.java.net/pipermail/awt-dev/2011-October/001952.html > > It was concerning

Re: java.awt event processing performance degradation on JRE7 - linux

2012-04-17 Thread Nicolas Carranza
Federico's patch solves the performance regression (see: http://mail.openjdk.java.net/pipermail/jdk7u-dev/2012-April/002694.html ). But instead of this patch I find better to change the PlatformLogger class: insert "if(!isLoggable(level)) return;" at the beginning of the method sun.util.logging.Pl

[7u6] Request for approval for CR 7071907 JDK: Full Debug Symbols

2012-04-17 Thread Daniel D. Daugherty
Greetings, This is a request to backport a JDK 8 fix into JDK 7u6: 7071907 4/4 JDK: Full Debug Symbols http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7071907 along with its follow on regression fix: 7160895 3/3 TEST_BUG: tools/launcher/VersionCheck.java attempts to launch .debuginfo http

Re: [7u6] RFR: 7162043: Add headless mode tests to problem list [macosx]

2012-04-17 Thread Alan Bateman
On 17/04/2012 15:50, Michael McMahon wrote: This change is to add a number of tests to the Problem list for mac os. Most of them are for issues related to running AWT remotely which requires specific environment variables to be set (or the headless mode selected). Long term, most of the tests sho

[7u6] RFR: 7162043: Add headless mode tests to problem list [macosx]

2012-04-17 Thread Michael McMahon
This change is to add a number of tests to the Problem list for mac os. Most of them are for issues related to running AWT remotely which requires specific environment variables to be set (or the headless mode selected). Long term, most of the tests should probably just run in headless mode on all

hg: jdk7u/jdk7u-dev/jdk: 7152564: Improve CodeSource.matchLocation(CodeSource) performance

2012-04-17 Thread sean . coffey
Changeset: f5ebed1847c1 Author:coffeys Date: 2012-04-17 14:37 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/f5ebed1847c1 7152564: Improve CodeSource.matchLocation(CodeSource) performance Reviewed-by: chegar, mullan ! src/share/classes/java/security/CodeSource.java !

Re: [7u6] Request for approval for CR 7152564: Improve CodeSource.matchLocation(CodeSource) performance

2012-04-17 Thread Edvard Wendelin
Approved. On 04/17/2012 02:55 PM, Seán Coffey wrote: Request to push this to 7u6. Similar fix already in JDK 8 and review thread can be found at : http://mail.openjdk.java.net/pipermail/security-dev/2012-April/004733.html bug report : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7152

[7u6] Request for approval for CR 7152564: Improve CodeSource.matchLocation(CodeSource) performance

2012-04-17 Thread Seán Coffey
Request to push this to 7u6. Similar fix already in JDK 8 and review thread can be found at : http://mail.openjdk.java.net/pipermail/security-dev/2012-April/004733.html bug report : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7152564 Reviewed by : chegar, mullan regards, Sean.

Re: java.awt event processing performance degradation on JRE7 - linux

2012-04-17 Thread David Holmes
On 17/04/2012 8:28 PM, Anthony Petrov wrote: Here's the relevant thread: http://mail.openjdk.java.net/pipermail/awt-dev/2011-October/001952.html It was concerning building strings that are supposed to be logged while the logging itself wasn't actually enabled. The problem reported by Nicolas s

Re: java.awt event processing performance degradation on JRE7 - linux

2012-04-17 Thread Anthony Petrov
Here's the relevant thread: http://mail.openjdk.java.net/pipermail/awt-dev/2011-October/001952.html It was concerning building strings that are supposed to be logged while the logging itself wasn't actually enabled. The problem reported by Nicolas seems to be about logger initialization, so

Re: java.awt event processing performance degradation on JRE7 - linux

2012-04-17 Thread Nicolas Carranza
java.util.logging.LogManager isn't loaded when running the PerformanceRegressionTest2 without using logging (http://www.java.net/forum/topic/performance/general-performance-discussion/jre7s-javaawt-performance-degradation-caused-javautillogging-linux): > java -verbose:class PerformanceRegressionTes