Re: Java_java_net_Inet6AddressImpl_isReachable0 is returning false for InetAdress 0.0.0.0

2012-04-25 Thread Alan Bateman
On 25/04/2012 07:18, Deven You wrote: Hi Michael, I also add the bug number into the test case[1], please review it: [1] http://cr.openjdk.java.net/~youdwei/inet4adr/webrev.01/ It's in the bug database as: 7163874: InetAddress.isReachable should support pinging 0.0.0.0 My take on this is tha

hg: jdk8/tl/jdk: 7160242: (prefs) Preferences.remove(null) does not throw NPE [macosx]

2012-04-25 Thread kurchi . subhra . hazra
Changeset: 3e398b549cea Author:khazra Date: 2012-04-25 12:31 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3e398b549cea 7160242: (prefs) Preferences.remove(null) does not throw NPE [macosx] Summary: Insert null check of argument in remove()'s implementation Reviewed-by: fora