RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v5]
Brian Burkhalter
bpb at openjdk.org
Fri Sep 13 16:15:16 UTC 2024
On Fri, 13 Sep 2024 16:08:50 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> I wonder - do you see any failure if you don't load libnet from there?
>
> Yes, there was an `UnsatisfiedLinkError` in the native method `isTrustedSiteAvailable()` in `NTLMAuthentication`.
> [...] I'd expect that libnet would have been loaded before we reach NTLMAuthentication.
In the (as of now) penultimate webrev 4f47d5a (Merge), `WindowsNativeDispatcher` loaded it during boot phase 2. I think that without these changes it is likely loaded by `IOUtil`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1759132986
More information about the core-libs-dev
mailing list