hg: hsx/hotspot-rt/hotspot: 7145358: SA throws ClassCastException for partially loaded ConstantPool

2012-02-20 Thread poonam . bajaj
Changeset: 38fd165da001 Author:poonam Date: 2012-02-20 21:27 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/38fd165da001 7145358: SA throws ClassCastException for partially loaded ConstantPool Summary: In printValueOn() in ConstantPool.java check if the poolHolder

hg: jdk8/tl/jdk: 7147336: clarification on warning of keytool -printcrl

2012-02-20 Thread weijun . wang
Changeset: b739dd7ce59c Author:weijun Date: 2012-02-21 15:11 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b739dd7ce59c 7147336: clarification on warning of keytool -printcrl Reviewed-by: xuelei ! src/share/classes/sun/security/tools/KeyTool.java ! src/share/classes/sun/sec

hg: jdk8/tl/jdk: 7144530: KeyTab.getInstance(String) no longer handles keyTabNames with "file:" prefix

2012-02-20 Thread weijun . wang
Changeset: 0243e7c0b0fb Author:weijun Date: 2012-02-21 08:51 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0243e7c0b0fb 7144530: KeyTab.getInstance(String) no longer handles keyTabNames with "file:" prefix Reviewed-by: valeriep ! src/share/classes/sun/security/krb5/interna

hg: jdk8/tl/jdk: 7147087: Remove AWT/Swing/client tests from ProblemList

2012-02-20 Thread alan . bateman
Changeset: 5e56d498e913 Author:alanb Date: 2012-02-20 19:33 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5e56d498e913 7147087: Remove AWT/Swing/client tests from ProblemList Reviewed-by: ohair ! test/Makefile ! test/ProblemList.txt

hg: jdk8/tl/jdk: 6346658: (se) Selector briefly spins when asynchronously closing a registered channel [win]

2012-02-20 Thread alan . bateman
Changeset: 7326971f09af Author:alanb Date: 2012-02-20 18:55 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7326971f09af 6346658: (se) Selector briefly spins when asynchronously closing a registered channel [win] Reviewed-by: chegar, coffeys ! src/share/classes/sun/nio/ch/Na

hg: jdk8/tl/jdk: 7146506: (fc) Add EACCES check to the return of fcntl native method

2012-02-20 Thread littlee
Changeset: de7f6d5841b6 Author:littlee Date: 2012-02-20 11:24 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/de7f6d5841b6 7146506: (fc) Add EACCES check to the return of fcntl native method Summary: Add EACCES check according to the spec of fcntl Reviewed-by: alanb ! src/sol

hg: hsx/hotspot-rt/hotspot: 7132070: Use a mach_port_t as the OSThread thread_id rather than pthread_t on BSD/OSX

2012-02-20 Thread staffan . larsen
Changeset: 0368109684cb Author:sla Date: 2012-02-19 13:11 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/0368109684cb 7132070: Use a mach_port_t as the OSThread thread_id rather than pthread_t on BSD/OSX Summary: Change OSThread to use mach thread_t Reviewed-by: p