RFR: 8337143: (fc, fs) Move filesystem-related native objects from libnio to libjava [v5]
Brian Burkhalter
bpb at openjdk.org
Fri Sep 13 16:38:09 UTC 2024
On Fri, 13 Sep 2024 16:31:36 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>>> [...] 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`.
>
> Do we know what code loaded NTLMAuthentication? I'd expect it to be loaded by HttpURLConnection, which should have triggered the loading of libnet long before it cares about NTLM.
I would have to check. The failure I observed occurred in both of these tests
test/jdk/sun/net/www/protocol/http/NoNTLM.java
test/jdk/sun/net/www/protocol/http/TestTransparentNTLM.java
and nowhere else.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1759166801
More information about the build-dev
mailing list