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 a lot!
On 04/27/2012 09:35 AM, Deven You wrote:
Hi Alan,
I have modi
Hi Alan,
I have modified the test case[1] according to your comments.
For the ::0 (or ::) I have found InetAddress.isReachable will go to ipv6
branch rather than ipv4 branch which is the path for 0.0.0.0.
Path for ::0
InetAddress.isReachable -> (Inet6AddressImpl.c)
Java_java_net_Inet6Add
Changeset: fcc788b5f917
Author:mfang
Date: 2012-03-16 10:20 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fcc788b5f917
Merge
Changeset: 5e32f84f0ca9
Author:mfang
Date: 2012-03-22 10:24 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5e32f84f0ca9
Merge
Changeset: e02867d10860
Author:amurillo
Date: 2012-03-30 14:18 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/e02867d10860
7158137: new hotspot build - hs24-b07
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: 51612f0c0a79
Author:nloodin
Date: 2012-03-15
Changeset: 807ca8ffbeb4
Author:ohair
Date: 2012-04-10 08:15 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/807ca8ffbeb4
7074397: Build infrastructure changes (makefile re-write)
Summary: New makefiles transition, old and new living side by side for now.
Reviewed-by: oha
Changeset: a34aee728ac0
Author:ohair
Date: 2012-04-10 08:14 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/a34aee728ac0
7074397: Build infrastructure changes (makefile re-write)
Summary: New makefiles transition, old and new living side by side for now.
Reviewed-by: ohair,
Changeset: a1b6b8f33d86
Author:ohair
Date: 2012-04-10 08:14 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/a1b6b8f33d86
7074397: Build infrastructure changes (makefile re-write)
Summary: New makefiles transition, old and new living side by side for now.
Reviewed-by: ohair,
Changeset: e1830598f0b7
Author:ohair
Date: 2012-04-10 08:18 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/rev/e1830598f0b7
7074397: Build infrastructure changes (makefile re-write)
Summary: New makefiles transition, old and new living side by side for now.
Reviewed-by: ohair, jjg, d
Changeset: 108a02a57b75
Author:khazra
Date: 2012-04-26 12:04 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/108a02a57b75
7118100: (prefs) Inconsistency when using system and user preference on OSX Lion
Summary: Enable user to read/write preferences to persistent storage
Revie