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
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
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
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
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
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
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
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
!
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
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.
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
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
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
13 matches
Mail list logo