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: [13] RFR: 8216478: Cleanup HttpResponseImpl back reference to HttpConnection

2019-01-12 Thread Chris Hegarty
> On 11 Jan 2019, at 17:37, Daniel Fuchs wrote: > > Hi, > > Please find below a fix for: > > 8216478: Cleanup HttpResponseImpl back reference to HttpConnection > https://bugs.openjdk.java.net/browse/JDK-8216478 > > webrev: > http://cr.openjdk.java.net/~dfuchs/webrev_8216478/webrev.00/ This