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

ktakakuri duke at openjdk.java.net
Thu May 19 09:54:52 UTC 2022


On Tue, 29 Mar 2022 06:43:24 GMT, ktakakuri <duke at openjdk.java.net> wrote:

> 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.

This pull request has now been integrated.

Changeset: 6b94b65d
Author:    ktakakuri <83941312+ktakakuri at users.noreply.github.com>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
URL:       https://git.openjdk.java.net/jdk8u-dev/commit/6b94b65db942406c746319957e9c04b92f5507d9
Stats:     6 lines in 1 file changed: 5 ins; 0 del; 1 mod

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

Reviewed-by: jnordstrom, erikj

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

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


More information about the jdk8u-dev mailing list