RE: 8207404: MulticastSocket tests failing on Aix

2019-01-15 Thread Langer, Christoph
Chris Hegarty mailto:chris.hega...@oracle.com>>, net-dev mailto:net-dev@openjdk.java.net>>, ppc-aix-port-...@openjdk.java.net<mailto:ppc-aix-port-...@openjdk.java.net> Date: 14/01/2019 14:11 Subject:Re: 8207404: MulticastSocket tests failing on Aix __

Re: 8207404: MulticastSocket tests failing on Aix

2019-01-14 Thread Steve Groeger
office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU From: Volker Simonis To: Steve Groeger Cc: Chris Hegarty , net-dev , ppc-aix-port-...@openjdk.java.net Date: 14/01/2019 14:11 Subject:Re: 8207404: MulticastSocket tests failing on Aix On Mon, Jan 14, 2019 at

Re: 8207404: MulticastSocket tests failing on Aix

2019-01-14 Thread Volker Simonis
bour, Portsmouth, Hampshire PO6 3AU > > > > From:Chris Hegarty > To:Volker Simonis > Cc: Steve Groeger , > ppc-aix-port-...@openjdk.java.net, net-dev > Date:12/01/2019 14:21 > Subject:Re: 8207404: MulticastSocket tests failing on Aix

Re: 8207404: MulticastSocket tests failing on Aix

2019-01-14 Thread Steve Groeger
From: Chris Hegarty To: Volker Simonis Cc: Steve Groeger , ppc-aix-port-...@openjdk.java.net, net-dev Date: 12/01/2019 14:21 Subject: Re: 8207404: MulticastSocket tests failing on Aix > On 11 Jan 2019, at 17:28, Volker Simonis wrote: > > I think the d

Re: 8207404: MulticastSocket tests failing on Aix

2019-01-12 Thread Chris Hegarty
> On 11 Jan 2019, at 17:28, Volker Simonis wrote: > > I think the difference is in setMulticastInterface() in > PlainDatagramSocketImpl.c > > #ifdef __linux__ >mcast_set_if_by_if_v4(env, this, fd, value); >if (ipv6_available()) { >if ((*env)->ExceptionCheck(env)){

Re: 8207404: MulticastSocket tests failing on Aix

2019-01-11 Thread Volker Simonis
I think the difference is in setMulticastInterface() in PlainDatagramSocketImpl.c #ifdef __linux__ mcast_set_if_by_if_v4(env, this, fd, value); if (ipv6_available()) { if ((*env)->ExceptionCheck(env)){ (*env)->ExceptionClear(env); }

Re: 8207404: MulticastSocket tests failing on Aix

2019-01-11 Thread Chris Hegarty
On 09/01/2019 15:20, Steve Groeger wrote: ... I think I have an Linux system setup with a simarly configured interface (system has IPv6 configured but interface has no IPv6/INET6 address configured) but the test works fine when run on that system. This is what I observe too. Confirmed by l

Re: 8207404: MulticastSocket tests failing on Aix

2019-01-09 Thread Steve Groeger
Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU From: Chris Hegarty To: Steve Groeger , net-dev@openjdk.java.net Cc: ppc-aix-port-...@openjdk.java.net Date: 07/01/2019 14:34 Subject:Re: 8207404: MulticastSocket tests failing

Re: 8207404: MulticastSocket tests failing on Aix

2019-01-07 Thread Chris Hegarty
Steve, On 05/12/2018 10:50, Steve Groeger wrote: Posting this to net-dev as well as ppc-aix-port-dev as this may be a more appropriate mailing list to get responses about networking. I have performed the test Volker mentioned in an earlier post (on xLinux machine, remove the ipv6 address from

Re: 8207404: MulticastSocket tests failing on Aix

2018-12-05 Thread Steve Groeger
PO6 3AU From: Volker Simonis To: Steve Groeger Cc: "Lindenmaier, Goetz" , ppc-aix-port-...@openjdk.java.net, Java Core Libs Date: 30/11/2018 16:28 Subject: Re: 8207404: MulticastSocket tests failing on Aix On Fri, Nov 30, 2018 at 12:20 PM Steve Groeger wro