hg: jdk8/tl/jdk: 6996372: synchronizing handshaking hash

2012-04-27 Thread xuelei . fan
Changeset: f0842ed897c3 Author:xuelei Date: 2012-04-27 04:25 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f0842ed897c3 6996372: synchronizing handshaking hash Summary: remove the unnecessary synchronization. Also reviewed by David Schlosnagle (schlo...@gmail.com) Reviewed-

Re: Java_java_net_Inet6AddressImpl_isReachable0 is returning false for InetAdress 0.0.0.0

2012-04-27 Thread Deven You
Hi Alan, I have updated the patch and test[1] for ::0. Please review it. [1] http://cr.openjdk.java.net/~littlee/OJDK-217/webrev.03/ Thanks a lot! On 04/27/2012 04:41 PM, Alan Bateman wrote: On 27/04/2012 06:47, Deven You wrote: Hi Alan, Sorry for the test results of PingThis.java on ::0. I

Re: Java_java_net_Inet6AddressImpl_isReachable0 is returning false for InetAdress 0.0.0.0

2012-04-27 Thread Alan Bateman
On 27/04/2012 06:47, Deven You wrote: Hi Alan, Sorry for the test results of PingThis.java on ::0. I just missed to test it with sudo privilege. Actually It also fails with sudo privilege. I will look into the ipv6 branch to see why the ::0 also fails. Thanks, it would be good to have consis