Re: Java_java_net_Inet6AddressImpl_isReachable0 is returning false for InetAdress 0.0.0.0

2012-05-07 Thread Alan Bateman
On 07/05/2012 03:29, Deven You wrote: Hi Alan and Chris, I have updated the webrev[1] according to your suggestions. For the test case, I did two things: 1. add the @run main/othervm -Djava.net.preferIPv4Stack=true PingThis 2. Only when !preferIPv4Stack and hasIPv6(), ::0 will be added into

hg: jdk8/tl/jdk: 7166048: Remove the embeded epoll data structure.

2012-05-07 Thread littlee
Changeset: 62557a1336c0 Author:zhouyx Date: 2012-05-07 16:43 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/62557a1336c0 7166048: Remove the embeded epoll data structure. Reviewed-by: alanb ! src/solaris/native/sun/nio/ch/EPollArrayWrapper.c

hg: jdk8/tl/jdk: 7166687: InetAddress.getLocalHost().getHostName() returns FQDN

2012-05-07 Thread rob . mckenna
Changeset: b26c04717735 Author:robm Date: 2012-05-07 13:34 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b26c04717735 7166687: InetAddress.getLocalHost().getHostName() returns FQDN Reviewed-by: chegar ! src/solaris/native/java/net/Inet6AddressImpl.c