hg: jdk8/tl/jdk: 7104012: AIOOBE from RuleBasedBreakIterator.lookupState for some suppl. chars

2012-10-02 Thread yuka . kamiya
Changeset: 4744dc70e5d1 Author:peytoia Date: 2012-10-03 15:11 +0900 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4744dc70e5d1 7104012: AIOOBE from RuleBasedBreakIterator.lookupState for some suppl. chars Reviewed-by: okutsu ! src/share/classes/sun/text/SupplementaryCharacterData

hg: jdk8/tl/jdk: 7186723: TEST_BUG: Race condition in sun/management/jmxremote/startstop/JMXStartStopTest.sh

2012-10-02 Thread dmitry . samersoff
Changeset: 0c1c4b185451 Author:dsamersoff Date: 2012-09-29 15:44 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0c1c4b185451 7186723: TEST_BUG: Race condition in sun/management/jmxremote/startstop/JMXStartStopTest.sh Summary: Make test self-terminating and independent to cyg

hg: jdk8/tl/jdk: 8000268: sun/security/provider/X509Factory/BigCRL.java failing on Linux 32-bit

2012-10-02 Thread alan . bateman
Changeset: 6750ab947255 Author:alanb Date: 2012-10-02 12:23 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6750ab947255 8000268: sun/security/provider/X509Factory/BigCRL.java failing on Linux 32-bit Reviewed-by: mullan ! test/sun/security/provider/X509Factory/BigCRL.java

Re: 8000268: sun/security/provider/X509Factory/BigCRL.java testing on Linux 32-bit

2012-10-02 Thread Sean Mullan
On 10/2/12 11:22 AM, Alan Bateman wrote: This test has been failing intermittently for me on 32-bit systems since jdk8/tl picked up the perm gen removal work a few days ago. The test uses a 1GB heap and it doesn't seem to be possible to reduce it too much as it needs a largish heap on 64-bit sy

Re: 7194449: String resources for Key Tool and Policy Tool should be in their respective packages

2012-10-02 Thread Alan Bateman
On 02/10/2012 03:57, Stephen Flores wrote: : Alan, I am going to take you advice and push back on feature creep, I need to stick plan we agreed to and that I put in the CR, so I can move back to complete sun.security.ec decoupling work and I don't think this change makes it harder for me to

8000268: sun/security/provider/X509Factory/BigCRL.java testing on Linux 32-bit

2012-10-02 Thread Alan Bateman
This test has been failing intermittently for me on 32-bit systems since jdk8/tl picked up the perm gen removal work a few days ago. The test uses a 1GB heap and it doesn't seem to be possible to reduce it too much as it needs a largish heap on 64-bit systems. Any objection if I change the t

hg: jdk8/tl/jdk: 7197642: (sl) ServiceLoader.load(null) doesn't throw NPE

2012-10-02 Thread alan . bateman
Changeset: 041c687c4f40 Author:psandoz Date: 2012-10-02 10:36 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/041c687c4f40 7197642: (sl) ServiceLoader.load(null) doesn't throw NPE Reviewed-by: alanb ! src/share/classes/java/util/ServiceLoader.java + test/java/util/ServiceLoad

hg: jdk8/tl/jdk: 7050528: Improve performance of java.text.DecimalFormat.format() call stack

2012-10-02 Thread alan . bateman
Changeset: 75080f572f84 Author:olagneau Date: 2012-10-02 10:11 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/75080f572f84 7050528: Improve performance of java.text.DecimalFormat.format() call stack Reviewed-by: darcy ! src/share/classes/java/text/DecimalFormat.java ! src/sh