Code Review 6562203: Thread doesn't terminate immediately if it was stopped before start

2011-02-14 Thread Chris Hegarty
David, Since your changes for CR 6566340 Restore use of stillborn flag to signify a thread that was stopped before it started, are now promoted in hs21.0-b01, I would like to proceed with this clean up in the libraries. Basically reverse out the changes that were made by CR 4519200, in JDK6.

hg: jdk7/tl/jdk: 6637230: 2/3 jps doesn't work for application waiting for direct attach

2011-02-14 Thread daniel . daugherty
Changeset: b04e86b3e27e Author:dcubed Date: 2011-02-14 09:31 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b04e86b3e27e 6637230: 2/3 jps doesn't work for application waiting for direct attach Summary: Properly handle exceptions thrown when querying a monitored VM.

sun.cpu.isalist

2011-02-14 Thread Dmytro Sheyko
Hi, I can see that such system property as sun.cpu.isalist is not set on Linux, but it is set on Solaris and Windows. What is the purpose of this property and shouldn't it be set on Linux as well? Thanks, Dmytro

Re: Code Review 6562203: Thread doesn't terminate immediately if it was stopped before start

2011-02-14 Thread Alan Bateman
Chris Hegarty wrote: David, Since your changes for CR 6566340 Restore use of stillborn flag to signify a thread that was stopped before it started, are now promoted in hs21.0-b01, I would like to proceed with this clean up in the libraries. Basically reverse out the changes that were made by

hg: jdk7/tl/jdk: 7016704: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with new version of find (lnx)

2011-02-14 Thread alan . bateman
Changeset: fefc740bff52 Author:alanb Date: 2011-02-14 18:30 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/fefc740bff52 7016704: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with new version of find (lnx) Reviewed-by: forax !

hg: jdk7/tl/jdk: 2 new changesets

2011-02-14 Thread mike . duigou
Changeset: 28037efa90a3 Author:mduigou Date: 2011-02-14 10:38 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/28037efa90a3 6934356: Vector.writeObject() serialization may deadlock Summary: No longer synchronize on self while writing other objects. Reviewed-by: alanb, forax,

Re: Sunbug 6934356: Vector.writeObject() synchronization risks serialization deadlock

2011-02-14 Thread Mike Duigou
I have pushed this webrev to the openjdk tl workspace. It should be in the master workspace (and thereby to all child workspaces) within the next week. Thank you for your patience in working through all the details to get this first issue completed. Mike On Feb 11 2011, at 05:42 , Neil

hg: jdk7/tl/jdk: 6927486: Hashtable writeObject() may deadlock

2011-02-14 Thread mike . duigou
Changeset: 338c5b815ff2 Author:mduigou Date: 2011-02-14 11:00 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/338c5b815ff2 6927486: Hashtable writeObject() may deadlock Summary: Do not synchronize on self while writing hash table elements Reviewed-by: alanb, mduigou

Re: sun.cpu.isalist

2011-02-14 Thread Dr Andrew John Hughes
2011/2/14 Dmytro Sheyko dmytro_she...@hotmail.com: Hi, I can see that such system property as sun.cpu.isalist is not set on Linux, but it is set on Solaris and Windows. What is the purpose of this property and shouldn't it be set on Linux as well? Thanks, Dmytro On Solaris, it includes

hg: jdk7/tl/jdk: 7018897: CertPath validation cannot handle self-signed cert with bad KeyUsage

2011-02-14 Thread xuelei . fan
Changeset: 44c99f30f9df Author:xuelei Date: 2011-02-14 13:31 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/44c99f30f9df 7018897: CertPath validation cannot handle self-signed cert with bad KeyUsage Summary: Remove KeyUsage checking for trust anchors Reviewed-by: mullan !

hg: jdk7/tl/langtools: 7008433: Minor copyright changes

2011-02-14 Thread jonathan . gibbons
Changeset: ef6c66215a93 Author:jjg Date: 2011-02-14 14:27 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/ef6c66215a93 7008433: Minor copyright changes Reviewed-by: jjg Contributed-by: kelly.oh...@oracle.com ! test/tools/javac/4917091/Test255.java !

Re: Code Review 6562203: Thread doesn't terminate immediately if it was stopped before start

2011-02-14 Thread David Holmes
HI Chris, Alan, Alan Bateman said the following on 02/15/11 03:48: Chris Hegarty wrote: Since your changes for CR 6566340 Restore use of stillborn flag to signify a thread that was stopped before it started, are now promoted in hs21.0-b01, I would like to proceed with this clean up in the

Re: sun.cpu.isalist

2011-02-14 Thread David Holmes
Dmytro Sheyko said the following on 02/15/11 03:49: I can see that such system property as sun.cpu.isalist is not set on Linux, but it is set on Solaris and Windows. What is the purpose of this property and shouldn't it be set on Linux as well? I don't see the property actually being used

Re: sun.cpu.isalist

2011-02-14 Thread David M. Lloyd
On 02/14/2011 07:12 PM, David Holmes wrote: Dmytro Sheyko said the following on 02/15/11 03:49: I can see that such system property as sun.cpu.isalist is not set on Linux, but it is set on Solaris and Windows. What is the purpose of this property and shouldn't it be set on Linux as well? I

hg: jdk7/tl/jdk: 7018928: test failure: sun/security/krb5/auto/SSL.java

2011-02-14 Thread weijun . wang
Changeset: 9024288330c4 Author:weijun Date: 2011-02-15 12:11 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/9024288330c4 7018928: test failure: sun/security/krb5/auto/SSL.java Reviewed-by: valeriep ! test/sun/security/krb5/auto/BadKdc1.java !