RFR: 8340383: VM issues warning failure to find kernel32.dll on Windows nanoserver

George Adams gdams at openjdk.org
Wed Sep 18 17:02:34 UTC 2024


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

-------------

Commit messages:
 - 8340383: VM issues warning failure to find kernel32.dll on Windows nanoserver

Changes: https://git.openjdk.org/jdk/pull/21070/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21070&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8340383
  Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/21070.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21070/head:pull/21070

PR: https://git.openjdk.org/jdk/pull/21070


More information about the hotspot-runtime-dev mailing list