hg: jdk8/tl/jdk: 7140868: TEST_BUG: jcmd tests need to use -XX:+UsePerfData
Changeset: 13aef38438d8 Author:fparain Date: 2012-02-14 07:28 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/13aef38438d8 7140868: TEST_BUG: jcmd tests need to use -XX:+UsePerfData Reviewed-by: fparain, dholmes ! test/sun/tools/jcmd/jcmd-Defaults.sh ! test/sun/tools/jcmd/jcmd-f.sh ! test/sun/tools/jcmd/jcmd-help-help.sh ! test/sun/tools/jcmd/jcmd-help.sh ! test/sun/tools/jcmd/jcmd-pid.sh
hg: jdk8/tl/jdk: 2 new changesets
Changeset: 0720542d6c1e Author:mullan Date: 2012-02-15 07:45 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0720542d6c1e 7024604: OID.1 causes IAE in X500Principal constructor Reviewed-by: vinnie ! src/share/classes/javax/security/auth/x500/X500Principal.java ! src/share/classes/javax/security/auth/x500/package.html ! test/javax/security/auth/x500/X500Principal/Parse.java Changeset: 3207b3e271f2 Author:mullan Date: 2012-02-15 07:52 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3207b3e271f2 Merge
hg: jdk8/tl/jdk: 7144833: sun/tools/jcmd/jcmd-Defaults.sh failing intermittently
Changeset: 59884f656b7d Author:fparain Date: 2012-02-15 09:29 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/59884f656b7d 7144833: sun/tools/jcmd/jcmd-Defaults.sh failing intermittently Reviewed-by: alanb ! test/ProblemList.txt ! test/sun/tools/jcmd/jcmd_Output1.awk
hg: jdk8/tl/jaxws: 7145910: Remove dependency on apt and com.sun.mirror API (breaks boot cycle builds)
Changeset: b962e9c3eba2 Author:alanb Date: 2012-02-15 17:32 + URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/b962e9c3eba2 7145910: Remove dependency on apt and com.sun.mirror API (breaks boot cycle builds) Reviewed-by: ohair ! jaxws.properties
hg: jdk8/tl/jdk: 7145925: Removing remote access to diagnostic commands in the HotSpotDiagnosticMBean
Changeset: 20d39a0e6fdc Author:fparain Date: 2012-02-15 10:46 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/20d39a0e6fdc 7145925: Removing remote access to diagnostic commands in the HotSpotDiagnosticMBean Reviewed-by: acorn, mchung, phh ! make/java/management/mapfile-vers - src/share/classes/com/sun/management/DiagnosticCommandArgumentInfo.java - src/share/classes/com/sun/management/DiagnosticCommandInfo.java ! src/share/classes/com/sun/management/HotSpotDiagnosticMXBean.java ! src/share/classes/sun/management/HotSpotDiagnostic.java ! src/share/native/sun/management/HotSpotDiagnostic.c - test/com/sun/management/HotSpotDiagnosticMXBean/ExecuteDiagnosticCommand.java - test/com/sun/management/HotSpotDiagnosticMXBean/GetDiagnosticCommandInfo.java - test/com/sun/management/HotSpotDiagnosticMXBean/GetDiagnosticCommands.java
Code Review Request: 7144268: [macosx] ProblemList.txt updates to exclude networking tests failing on Mac OS X
Hi, There are a few networking tests failing on Mac OS X due to the following issues: (a) http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7122846 (b) http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7145658 (Not available yet) (c) http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7143960 For the time being, we plan to exclude the problematic tests when running tests via the Makefile, until these issues are resolved. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7144268 Webrev: http://cr.openjdk.java.net/~khazra/7144268/webrev.00/ Thanks, Kurchi
Re: Code Review Request: 7144268: [macosx] ProblemList.txt updates to exclude networking tests failing on Mac OS X
On 15/02/2012 19:46, Kurchi Hazra wrote: Hi, There are a few networking tests failing on Mac OS X due to the following issues: (a) http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7122846 (b) http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7145658 (Not available yet) (c) http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7143960 For the time being, we plan to exclude the problematic tests when running tests via the Makefile, until these issues are resolved. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7144268 Webrev: http://cr.openjdk.java.net/~khazra/7144268/webrev.00/ Looks good to me. -Alan
hg: jdk8/tl/jdk: 7145837: a little performance improvement on the usage of SecureRandom
Changeset: 45804d661008 Author:xuelei Date: 2012-02-15 23:45 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/45804d661008 7145837: a little performance improvement on the usage of SecureRandom Reviewed-by: chegar, wetmore ! src/share/classes/sun/security/ssl/CipherSuite.java