[7u] Request for approval for CR 8006564: Test sun/security/util/Oid/S11N.sh fails with timeout on Linux 32-bit

2013-01-31 Thread Weijun Wang
Hi All This is a request to backport a jdk8 fix into jdk7u http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8006564 The updated test will not access old JDKs anymore. The fix is already included in jdk8 as: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d2495b9984fa Reviewed-by: alanb

hg: jdk7u/jdk7u-dev/jdk: 7042126: (alt-rt) HashMap.clone implementation should be re-examined

2013-01-31 Thread rob . mckenna
Changeset: 90dbf16c7058 Author:dbuck Date: 2013-01-31 16:49 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/90dbf16c7058 7042126: (alt-rt) HashMap.clone implementation should be re-examined Summary: Test case for cr7042126. Issue only found in OracleJDK, but test case

hg: jdk7u/jdk7u-dev/jdk: 8002313: TEST_BUG : jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.java should run in headless mode

2013-01-31 Thread sean . mullan
Changeset: b213a76d7189 Author:juh Date: 2013-01-31 16:47 -0500 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/b213a76d7189 8002313: TEST_BUG : jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.java should run in headless mode Reviewed-by: mullan !

hg: jdk7u/jdk7u-dev/jdk: 7084033: TEST_BUG: test/java/lang/ThreadGroup/Stop.java fails intermittently

2013-01-31 Thread dmitry . degrave
Changeset: 2420aa9f27e9 Author:alanb Date: 2011-11-21 12:51 + URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/2420aa9f27e9 7084033: TEST_BUG: test/java/lang/ThreadGroup/Stop.java fails intermittently Reviewed-by: forax, chegar, dholmes Contributed-by: gary.ad...@oracle.c

Re: [7u] Request for approval for 8002313: jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.java should run in headless mode

2013-01-31 Thread Seán Coffey
Approved. regards, Sean. On 31/01/2013 19:20, Jason Uh wrote: Requesting approval to push the following change to jdk7u: webrev: http://cr.openjdk.java.net/~juh/8002313/webrev.00/ bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8002313 This fix was introduced into JKD8 with other chang

Re: [7u] Request for approval for JDK-7042126

2013-01-31 Thread Seán Coffey
Approved. regards, Sean. On 31/01/2013 19:07, David Buck wrote: Hi, I would like to request approval to push the following change into the jdk7u-dev repository (jdk workspace). The change is exactly the same as the JDK8 change. It is just a test case for a fix that has already been pushed int

[7u] Request for approval for 8002313: jdk/test/java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.java should run in headless mode

2013-01-31 Thread Jason Uh
Requesting approval to push the following change to jdk7u: webrev: http://cr.openjdk.java.net/~juh/8002313/webrev.00/ bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8002313 This fix was introduced into JKD8 with other changes as a part of the initial Mac OS X port changeset: http://hg.

[7u] Request for approval for JDK-7042126

2013-01-31 Thread David Buck
Hi, I would like to request approval to push the following change into the jdk7u-dev repository (jdk workspace). The change is exactly the same as the JDK8 change. It is just a test case for a fix that has already been pushed into OracleJDK 7. The test case belongs in OpenJDK because the test c

Re: [7u-dev] Request for approval for 7084033: TEST_BUG: test/java/lang/ThreadGroup/Stop.java fails intermittently

2013-01-31 Thread Seán Coffey
Approved. regards, Sean. On 31/01/2013 18:17, Dmeetry Degrave wrote: Requesting to port this change back from jdk8 to jdk7u-dev: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/184578f3e8b9 thanks, dmeetry

[7u-dev] Request for approval for 7084033: TEST_BUG: test/java/lang/ThreadGroup/Stop.java fails intermittently

2013-01-31 Thread Dmeetry Degrave
Requesting to port this change back from jdk8 to jdk7u-dev: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/184578f3e8b9 thanks, dmeetry

Re: Fwd: Re: [7u10] Request for approval: 7174233: Openjdk is missing some key maps on the Japanese keyboards

2013-01-31 Thread Seán Coffey
Yuri, that java code is normally auto generated with the src/solaris/classes/sun/awt/X11/genhash.awk file : # With this script one can generate a new version XKeysym.java file out # of keysym2ucs.h prototype and UnicodeData.txt database. # Latter file should be fetched from a unicode.org s

hg: jdk7u/jdk7u-dev/jdk: 7149012: jarsigner needs not warn about cert expiration if the jar has a TSA timestamp

2013-01-31 Thread weijun . wang
Changeset: 204dc3d15e89 Author:weijun Date: 2012-03-06 10:25 +0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/204dc3d15e89 7149012: jarsigner needs not warn about cert expiration if the jar has a TSA timestamp Reviewed-by: xuelei ! src/share/classes/sun/security/tools