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

ktakakuri duke at openjdk.java.net
Wed Apr 13 08:30:18 UTC 2022


On Mon, 11 Apr 2022 19:20:54 GMT, Joakim Nordström <jnordstrom at openjdk.org> wrote:

> Hi, Thank you for looking into this. I've found that only copying the api-ms-* DLLs isn't sufficient. You also need to copy ucrtbase.dll among others. Instead of relying on the name, you can simply add all files from the the redistributable UCRT directory, in the same manner as in [CopyFiles.gmk.](https://github.com/openjdk/jdk8u-dev/blob/master/jdk/make/CopyFiles.gmk#L250)

Thank you for your review.
I think your comments are correct.

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

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


More information about the jdk8u-dev mailing list