On Wed, 11 Sep 2024 19:22:00 GMT, Brian Burkhalter <[email protected]> wrote:
>> src/java.base/windows/classes/sun/nio/fs/WindowsNativeDispatcher.java line
>> 1097:
>>
>>> 1095:
>>> 1096: static {
>>> 1097: jdk.internal.loader.BootLoader.loadLibrary("net");
>>
>> ...do we still need net here?
>
> 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
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1755984949