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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
17 matches
Mail list logo