RFR: 8340383: VM issues warning failure to find kernel32.dll on Windows nanoserver
David Holmes
dholmes at openjdk.org
Thu Sep 19 02:11:38 UTC 2024
On Wed, 18 Sep 2024 16:57:00 GMT, George Adams <gdams at openjdk.org> wrote:
> On Windows Nanoserver the `kernel32.dll` is not within the System32 directory itself but within the "forwarders" sub-folder.
>
> See a similar bug reported in dotnet a while back: https://github.com/dotnet/sdk/issues/6056
Executing in a container environment (per linux experience) can affect a lot of things in the VM. What exactly is NanoServer and is it a supported environment for OpenJDK? The current PR seems a point fix, but do we need to update other logic - e.g. version recognition to identify and report that we are running on NanoServer?
Thanks
-------------
PR Review: https://git.openjdk.org/jdk/pull/21070#pullrequestreview-2314243192
More information about the hotspot-runtime-dev
mailing list