hg: jdk8/tl/jdk: 7167157: jcmd command file parsing does not respect the "stop" command

2012-05-21 Thread staffan . larsen
Changeset: 0a1ef7e07e01 Author:sla Date: 2012-05-21 19:28 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0a1ef7e07e01 7167157: jcmd command file parsing does not respect the "stop" command Reviewed-by: alanb, dsamersoff, nloodin ! src/share/classes/sun/tools/jcmd/JCmd.java

hg: jdk8/tl/jdk: 7170087: tools/launcher/Arrghs.java test has wrong bugID for 7151434

2012-05-21 Thread kumar . x . srinivasan
Changeset: f109feb13698 Author:ksrini Date: 2012-05-21 09:40 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f109feb13698 7170087: tools/launcher/Arrghs.java test has wrong bugID for 7151434 Reviewed-by: ohair ! test/tools/launcher/Arrrghs.java

Re: RFR: 7169257: Fix for 6424631 only partially ported to JDK 7 & JDK 8

2012-05-21 Thread Seán Coffey
Thanks Sean, Further testing has thrown up a testcase failure. (recursion in Policy setup) - This one skipped by me prior to logging RFR. Let me look into it and get back with an updated webrev. Regards, Sean. On 21/05/12 13:37, Sean Mullan wrote: The changes look good. --Sean On 5/21/12

Re: RFR: 7169257: Fix for 6424631 only partially ported to JDK 7 & JDK 8

2012-05-21 Thread Sean Mullan
The changes look good. --Sean On 5/21/12 6:25 AM, Seán Coffey wrote: > > Recently noticed that the 6424631 fix was not fully ported to the JDK 7 > workspace. Porting the changes (to 8 & 7) so that no regression is seen > for users migrating to latest JDK families. > > bug report : http://bugs

RFR: 7169257: Fix for 6424631 only partially ported to JDK 7 & JDK 8

2012-05-21 Thread Seán Coffey
Recently noticed that the 6424631 fix was not fully ported to the JDK 7 workspace. Porting the changes (to 8 & 7) so that no regression is seen for users migrating to latest JDK families. bug report : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7169257 webrev : http://cr.openjdk.java.n

hg: jdk8/tl/jdk: 7170203: TEST_BUG: test/java/nio/MappedByteBuffer/Truncate.java failing intermittently

2012-05-21 Thread alan . bateman
Changeset: 9cb304dd71d4 Author:alanb Date: 2012-05-21 10:41 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9cb304dd71d4 7170203: TEST_BUG: test/java/nio/MappedByteBuffer/Truncate.java failing intermittently Reviewed-by: chegar ! test/java/nio/MappedByteBuffer/Truncate.java

hg: jdk8/tl/jdk: 7170308: timing error in the krb5 test SSL.java

2012-05-21 Thread weijun . wang
Changeset: 72af24348b2b Author:weijun Date: 2012-05-21 15:40 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/72af24348b2b 7170308: timing error in the krb5 test SSL.java Reviewed-by: xuelei ! test/sun/security/krb5/auto/SSL.java