RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v5]
Daniel Fuchs
dfuchs at openjdk.org
Fri Sep 13 16:11:15 UTC 2024
On Thu, 12 Sep 2024 15:40:27 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Moved to `NTLMAuthentication` static initializer. 853d349
>
> @dfuch Would you please check whether the change at line 71 in the updated version of `NTLMAuthentication` is the correct place for this load?
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.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1759124071
More information about the core-libs-dev
mailing list