RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v4]
Daniel Fuchs
dfuchs at openjdk.org
Thu Aug 8 15:19:32 UTC 2024
On Thu, 8 Aug 2024 14:32:25 GMT, Brian Burkhalter <bpb at openjdk.org> 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
More information about the core-libs-dev
mailing list