MulticastSocket(group,port) problems with bind() with IPv6 enabled

2008-12-05 Thread Pekka Savola
Hi, I've looked through the Sun bug database and AFAICS this is not listed. I've also looked through the latest source code to see if this is addressed [1], but apparently not. I'm trying to find a way to get this addressed. When you create a MulticastSocket(new InetSocketAddress(group, po

Re: MulticastSocket(group, port) problems with bind() with IPv6 enabled

2008-12-05 Thread Alan Bateman
Pekka Savola wrote: Hi, I've looked through the Sun bug database and AFAICS this is not listed. I've also looked through the latest source code to see if this is addressed [1], but apparently not. I'm trying to find a way to get this addressed. When you create a MulticastSocket(new InetSo

Re: MulticastSocket(group,port) problems with bind() with IPv6 enabled

2008-12-05 Thread Pekka Savola
On Fri, 5 Dec 2008, Alan Bateman wrote: For the specific problem at hand then I assume that running with -Djava.net.preferIPv4Stack=true fixes the problem. Correct, though that option seems a bit of a misnomer, because it essentially completely disables IPv6 in Java. More generally, it can b

Re: MulticastSocket(group, port) problems with bind() with IPv6 enabled

2008-12-05 Thread Michael McMahon
Alan Bateman wrote: Pekka Savola wrote: Hi, I've looked through the Sun bug database and AFAICS this is not listed. I've also looked through the latest source code to see if this is addressed [1], but apparently not. I'm trying to find a way to get this addressed. When you create a Multi

hg: jdk7/tl/jdk: 2 new changesets

2008-12-05 Thread mandy . chung
Changeset: 87170fc5a587 Author:mchung Date: 2008-12-05 10:28 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/87170fc5a587 6764062: Revise usage of java.io.*.close Summary: Handle closing multiple open I/O streams in case close() throws IOException Reviewed-by: ksrini ! src/s