> 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)){
> 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