Request for approval for: 7118373

2012-04-18 Thread Rob McKenna
Hi folks, Looking for approval for a backport to 7u6: 7118373: S(se) Potential leak file descriptor when deregistrating at around the same time as an async close This is a backport from jdk8, and is identical to that fix: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b700f85a8f29 http://cr.openjd

hg: jdk7u/jdk7u/langtools: Added tag jdk7u6-b06 for changeset 74278b8cdeea

2012-04-18 Thread david . katleman
Changeset: c76893b3375a Author:katleman Date: 2012-04-18 14:41 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/c76893b3375a Added tag jdk7u6-b06 for changeset 74278b8cdeea ! .hgtags

hg: jdk7u/jdk7u/jdk: Added tag jdk7u6-b06 for changeset bdba5717e827

2012-04-18 Thread david . katleman
Changeset: d117194a54f2 Author:katleman Date: 2012-04-18 14:40 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/d117194a54f2 Added tag jdk7u6-b06 for changeset bdba5717e827 ! .hgtags

hg: jdk7u/jdk7u/jaxws: Added tag jdk7u6-b06 for changeset db97764f64e7

2012-04-18 Thread david . katleman
Changeset: 6e35fee2e585 Author:katleman Date: 2012-04-18 14:40 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jaxws/rev/6e35fee2e585 Added tag jdk7u6-b06 for changeset db97764f64e7 ! .hgtags

hg: jdk7u/jdk7u/jaxp: Added tag jdk7u6-b06 for changeset a2f6c3691734

2012-04-18 Thread david . katleman
Changeset: ed203b87e9f9 Author:katleman Date: 2012-04-18 14:40 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/ed203b87e9f9 Added tag jdk7u6-b06 for changeset a2f6c3691734 ! .hgtags

hg: jdk7u/jdk7u/hotspot: Added tag jdk7u6-b06 for changeset be1d97cdee46

2012-04-18 Thread david . katleman
Changeset: a5bf59f9ec72 Author:katleman Date: 2012-04-18 14:38 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/a5bf59f9ec72 Added tag jdk7u6-b06 for changeset be1d97cdee46 ! .hgtags

hg: jdk7u/jdk7u/corba: Added tag jdk7u6-b06 for changeset 2f14aa7dbe3b

2012-04-18 Thread david . katleman
Changeset: 09834639dcf9 Author:katleman Date: 2012-04-18 14:37 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/corba/rev/09834639dcf9 Added tag jdk7u6-b06 for changeset 2f14aa7dbe3b ! .hgtags

hg: jdk7u/jdk7u: Added tag jdk7u6-b06 for changeset 65181dfaabb7

2012-04-18 Thread david . katleman
Changeset: 8964c8e541ac Author:katleman Date: 2012-04-18 14:37 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/rev/8964c8e541ac Added tag jdk7u6-b06 for changeset 65181dfaabb7 ! .hgtags

[7u6] Request for approval for CR 7159320 change default ZIP_DEBUGINFO_FILES back to '1' after fix for 7133529 is available

2012-04-18 Thread Daniel D. Daugherty
Greetings, This is a request to backport a JDK 8 fix into JDK 7u6: 7159320 3/4 change default ZIP_DEBUGINFO_FILES back to '1' after fix for 7133529 is available http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7159320 The fix has recently been pushed to JDK 8, as: http://hg.openj

hg: jdk7u/jdk7u-dev/jdk: 2 new changesets

2012-04-18 Thread daniel . daugherty
Changeset: 3976159926d7 Author:dcubed Date: 2012-04-18 09:54 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/3976159926d7 7071907: JDK: Full Debug Symbols Summary: Add initial FDS support to some libraries and programs. Reviewed-by: kamg, fparain, sspitsyn, dsamersoff

[7u6] Request for approval for CR 7162043 Add headless mode tests to problem list [macosx]

2012-04-18 Thread Michael McMahon
This is a request to push a fix to 7u6 that puts a number of failing regression tests on Mac OS on to the problem list. Webrev: http://cr.openjdk.java.net/~michaelm/7162043/7u6/webrev.3/ Pushed to JDK8: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9de97594f062 Reviewed: http://mail.openjdk.java

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

2012-04-18 Thread Nicolas Carranza
On 04/18/2012 05:08 AM, Anthony Petrov wrote: > Hi Nicolas, > > Frederico's patch is needed - with that patch we avoid string > concatenation operations in XAWT code if logging has been disabled. > These operations caused heavy memory usage, and eliminating them > resolved the issue reported by Fre

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

2012-04-18 Thread Nicolas Carranza
Here are the results of running (3 times): time -f '%P' java PerformanceRegressionTest2 useLogging on my laptop using different JREs: JRE6: 13%, 13%, 12% JRE7: 20%, 22%, 22% JRE7*: 12%, 11%, 12% JRE7_u4: 12%, 13%, 13% JRE8: 13%, 14%, 14% where: JRE6: java version "1.6.0_30" Java(TM) SE Runtime

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

2012-04-18 Thread Alan Bateman
On 18/04/2012 11:12, Michael McMahon wrote: Ok. I've updated the webrev at: http://cr.openjdk.java.net/~michaelm/7162043/7u6/webrev.2/ Looks okay except for jdk_io as there is already a section for that. In any case, I think this test should be deleted as was done for jdk8. and also here is

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

2012-04-18 Thread Michael McMahon
On 17/04/12 16:09, Alan Bateman wrote: 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 sel

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

2012-04-18 Thread Anthony Petrov
Hi Nicolas, Frederico's patch is needed - with that patch we avoid string concatenation operations in XAWT code if logging has been disabled. These operations caused heavy memory usage, and eliminating them resolved the issue reported by Frederico. We don't want to revert that patch. In fact,

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

2012-04-18 Thread Alan Bateman
On 18/04/2012 02:01, 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 this patch I find better to change the PlatformLogger class: insert "if(!isLoggable(level)) return;" at