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 ! test/sun/security/krb5/auto/BadK

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 an

code review for jvmstat/jps fix (6954420)

2011-02-14 Thread Daniel D. Daugherty
Greetings, I have a fix for the following jvmstat/jps bug: 6954420: 2/4 jps shows "process information unavailable" sometimes Summary: Make sure the backing store file is flushed in create_sharedmem_resources() and get_user_name_slow() no longer checks the size of the backing store file. Revi

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 ! test/tools/javac/491

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 ! sr

Re: sun.cpu.isalist

2011-02-14 Thread Dr Andrew John Hughes
2011/2/14 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 > > On Solaris, it includes the results

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 Contribute

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, md

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 ! test/java/nio/file/Files/walkFileTree/P

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

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. Reviewed-b

Re: code review for jps fix (6637230)

2011-02-14 Thread Daniel D. Daugherty
Thanks Dmitry! Dan On 2/14/2011 10:20 AM, Dmitry Samersoff wrote: Dan, Fine for me. Thank you! -Dmitry On 2011-02-14 19:34, Daniel D. Daugherty wrote: Greetings, Minor tweaks after discussions with Dmitry: http://cr.openjdk.java.net/~dcubed/6637230-webrev/1/ Dan On 2/11/2011 7:31 PM,

Re: code review for jps fix (6637230)

2011-02-14 Thread Dmitry Samersoff
Dan, Fine for me. Thank you! -Dmitry On 2011-02-14 19:34, Daniel D. Daugherty wrote: Greetings, Minor tweaks after discussions with Dmitry: http://cr.openjdk.java.net/~dcubed/6637230-webrev/1/ Dan On 2/11/2011 7:31 PM, Daniel D. Daugherty wrote: Greetings, I have a fix for the following

Re: code review for jps fix (6637230)

2011-02-14 Thread Daniel D. Daugherty
Greetings, Minor tweaks after discussions with Dmitry: http://cr.openjdk.java.net/~dcubed/6637230-webrev/1/ Dan On 2/11/2011 7:31 PM, Daniel D. Daugherty wrote: Greetings, I have a fix for the following jps bug: 6637230: 2/3 jps doesn't work for application waiting for direct attach Summ

hg: jdk7/hotspot-rt/hotspot: 17 new changesets

2011-02-14 Thread robert . ottenhag
Changeset: b7a938236e43 Author:tonyp Date: 2011-01-31 16:28 -0500 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/b7a938236e43 7014679: G1: deadlock during concurrent cleanup Summary: There's a potential deadlock between the concurrent cleanup thread and the GC workers