[jdk8u-dev] RFR: 8297996: [8u] generated images are broken due to renaming of MSVC runtime DLL's
Alexey Pavlyutkin
duke at openjdk.org
Mon Dec 5 08:31:29 UTC 2022
Hi!
The patch fixes Windows image generation with proper VC runtime DLL names. The problem is that MSVS2019 uses two DLL's `vcruntime140.dll` and `vcruntime140_1.dll` and their names conflict under 8.3 limitation. For this reason the [BASIC_MAKE_WINDOWS_SPACE_SAFE_CYGWIN](https://github.com/openjdk/jdk8u-dev/blob/c9007cd44db764fbd791218c6f38491f38af70c2/common/autoconf/basics_windows.m4#L53) renames DLL's to
-------------
Commit messages:
- use BASENAME variable instead of direct call
- refreshing generated-configure.sh
- fixup shall not touch DLL's basename
- refreshing generated-configure.sh
- 2013 and the earliers still require VC runtime DLL's file name fixup
- refreshing generated-configure.sh
- fixes renaming of MSVC runtime DLL's
Changes: https://git.openjdk.org/jdk8u-dev/pull/203/files
Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=203&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8297996
Stats: 849 lines in 3 files changed: 848 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk8u-dev/pull/203.diff
Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/203/head:pull/203
PR: https://git.openjdk.org/jdk8u-dev/pull/203
More information about the jdk8u-dev
mailing list