RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v5]
Brian Burkhalter
bpb at openjdk.org
Thu Sep 12 15:43:13 UTC 2024
On Thu, 12 Sep 2024 02:05:50 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> We don't need it in `libjava`, but `NTLMAuthentication` was (perhaps unwittingly) relying on it to load `net.dll` during boot phase 2. I'll move the load to a more appropriate location in the next commit.
>
> 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?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1757130549
More information about the core-libs-dev
mailing list