Re: Java_java_net_Inet6AddressImpl_isReachable0 is returning false for InetAdress 0.0.0.0

2012-04-26 Thread Deven You
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

Re: Java_java_net_Inet6AddressImpl_isReachable0 is returning false for InetAdress 0.0.0.0

2012-04-26 Thread Deven You
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

hg: jdk8/tl/jdk: 48 new changesets

2012-04-26 Thread lana . steuck
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

hg: jdk8/tl/hotspot: 38 new changesets

2012-04-26 Thread lana . steuck
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

hg: jdk8/tl/langtools: 6 new changesets

2012-04-26 Thread lana . steuck
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

hg: jdk8/tl/jaxws: 4 new changesets

2012-04-26 Thread lana . steuck
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,

hg: jdk8/tl/corba: 5 new changesets

2012-04-26 Thread lana . steuck
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,

hg: jdk8/tl: 4 new changesets

2012-04-26 Thread lana . steuck
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

hg: jdk8/tl/jdk: 7118100: (prefs) Inconsistency when using system and user preference on OSX Lion

2012-04-26 Thread kurchi . subhra . hazra
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