[jdk8u-dev] RFR: 8278138: OpenJDK8 fails to start on Windows 8.1 after upgrading compiler to VS2017

ktakakuri duke at openjdk.java.net
Tue Mar 29 06:48:15 UTC 2022


Could you please review the 8278138 bug fixes?

This problem is caused by missing DLL's which vcruntime140.dll depends on.
I think it is needed to copy the missing DLL's into jdk/bin as like jdk/jre/bin.
I fix to copy api-ms-win-*.dll files to jdk/bin when images directory is created.

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

Commit messages:
 - 8278138: OpenJDK8 fails to start on Windows 8.1 after upgrading compiler to VS2017

Changes: https://git.openjdk.java.net/jdk8u-dev/pull/25/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk8u-dev&pr=25&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8278138
  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk8u-dev/pull/25.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk8u-dev pull/25/head:pull/25

PR: https://git.openjdk.java.net/jdk8u-dev/pull/25


More information about the jdk8u-dev mailing list