[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:27:13 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.
ktakakuri has updated the pull request incrementally with one additional commit since the last revision:
Update jdk/make/Images.gmk
Co-authored-by: Joakim Nordström <joakim.nordstrom at oracle.com>
-------------
Changes:
- all: https://git.openjdk.java.net/jdk8u-dev/pull/25/files
- new: https://git.openjdk.java.net/jdk8u-dev/pull/25/files/dda73cdd..be11289e
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk8u-dev&pr=25&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk8u-dev&pr=25&range=00-01
Stats: 5 lines in 1 file changed: 4 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