RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v5]

Brian Burkhalter bpb at openjdk.org
Fri Sep 13 16:11:15 UTC 2024


On Fri, 13 Sep 2024 16:06:26 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> hmm...  I don't see any issue in adding the load call to `NTLMAuthentication` but I'm surprised that it's even needed: I'd expect that libnet would have been loaded before we reach NTLMAuthentication.
>
> 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`.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1759128167


More information about the core-libs-dev mailing list