Code Review Request : 7144274: [macosx] Default IPv6 multicast interface is not being set when calling MulticastSocket.joinGroup()

2012-04-23 Thread Kurchi Hazra
Hi, Before joining multicast groups with IPv6 addresses on Mac OS, the network interface to be used should also be set correctly. This change enables using a default network interface on Mac OS X if no interface has been specified. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=714

hg: jdk8/tl/jdk: 7163524: Add SecTaskAccess attribute to jstack [macosx]

2012-04-23 Thread staffan . larsen
Changeset: fd22345bf1bf Author:sla Date: 2012-04-23 16:34 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fd22345bf1bf 7163524: Add SecTaskAccess attribute to jstack [macosx] Reviewed-by: dholmes ! make/launchers/Makefile.launcher

Re: Java_java_net_Inet6AddressImpl_isReachable0 is returning false for InetAdress 0.0.0.0

2012-04-23 Thread Michael McMahon
Deven, The change looks benign enough, but my only concern is that not all operating systems appear to support pinging 0.0.0.0. What is the official position on 0.0.0.0 as a destination address? - Michael. On 23/04/12 06:57, Deven You wrote: On 04/09/2012 03:57 PM, Deven You wrote: Hi net-dev