Re: [openjdk-x] Bind to a multicast address fails

2018-09-10 Thread Chris Hegarty
On 10/09/18 15:35, Chris Hegarty wrote: ... Maybe the native implementation of these methods can be updated to accept a scope, rather than poking around in the InetSocketAddress from JNI code. Rolling back on this comment. I overlooked the fact that the additional checks are multicast-specif

Re: [openjdk-x] Bind to a multicast address fails

2018-09-10 Thread Chris Hegarty
On 10/09/18 15:09, Alan Bateman wrote: On 10/09/2018 14:53, Chris Hegarty wrote: On 10/09/18 10:22, vyom tewari wrote: ... Hi Andre, i will apply your patch run our all network tests. I will update once i will have result. The patch in question is in the description of https://bugs.open

Re: [openjdk-x] Bind to a multicast address fails

2018-09-10 Thread Alan Bateman
On 10/09/2018 14:53, Chris Hegarty wrote: On 10/09/18 10:22, vyom tewari wrote: ... Hi Andre, i will apply your patch run our all network tests. I will update once i will have result. The patch in question is in the description of https://bugs.openjdk.java.net/browse/JDK-8210493, correct?

Re: [openjdk-x] Bind to a multicast address fails

2018-09-10 Thread Chris Hegarty
On 10/09/18 10:22, vyom tewari wrote: ... Hi Andre, i will apply your patch run our all network tests. I will update once i will have result. The patch in question is in the description of https://bugs.openjdk.java.net/browse/JDK-8210493, correct? I'm posting it in this thread for referen

Re: [openjdk-x] Bind to a multicast address fails

2018-09-10 Thread vyom tewari
On Monday 10 September 2018 12:28 PM, Andre Naujoks wrote: On 9/9/18 9:16 AM, Alan Bateman wrote: On 07/09/2018 13:22, Andre Naujoks wrote: : I have not tried joining IPv4 groups on an IPv6 socket through java, since we do not use IPv4 at all in this particular environment. I have tried sett

Re: [openjdk-x] Bind to a multicast address fails

2018-09-10 Thread Andre Naujoks
On 9/8/18 11:49 AM, Andre Naujoks wrote: > On 9/7/18 6:08 PM, David Lloyd wrote: >> On Fri, Sep 7, 2018 at 6:56 AM Andre Naujoks wrote: >>> On 9/7/18 1:15 PM, Alan Bateman wrote: On 07/09/2018 10:49, Decke, Hendrik (K-GERFA/A) wrote: > > Hello, > > it seems one of our external