Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2019 20:01:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 239890] java/openjdk11: openjdk 11.0.4+11.2 JDBC connections fail with IPv6 addresses
Message-ID:  <bug-239890-8522-5H8E02zkxc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239890-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239890-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239890

--- Comment #3 from Greg Lewis <glewis@FreeBSD.org> ---
Yes, this was a change in the latest version.  Without it, tests which set
socket options, for example, would consistently fail due to how the JVM assumes
the OS handles dual mode sockets.  There is a better fix than this, but it
requires substantial work.

I believe that based on how the socket code works at the moment, the handling
on BSD means that "prefer" is a bit of a misnomer.  I can add a caveat to
pkg-message regarding this since that might be helpful.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239890-8522-5H8E02zkxc>