On Thu, 8 Aug 2024 14:32:25 GMT, Brian Burkhalter <[email protected]> wrote:
>> src/java.base/share/classes/java/net/Inet6AddressImpl.java line 154:
>>
>>> 152: static {
>>> 153: jdk.internal.loader.BootLoader.loadLibrary("net");
>>> 154: }
>>
>> I am curious about this change - wouldn't it be needed in Inet4AddressImpl
>> as well?
>
> I have not seen any failures in CI testing. Is there a specific test that
> would reveal whether this is a problem?
It may be because we have no IPv4 only machine in the CI? It seems strange that
IPv6 is treated differently than IPv4 in that respect.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1709742606