[jdk8u-dev] RFR: 8297996: [8u] generated images are broken due to renaming of MSVC runtime DLL's [v2]

Alexey Pavlyutkin duke at openjdk.org
Wed Dec 21 06:24:58 UTC 2022


On Mon, 5 Dec 2022 08:42:33 GMT, Alexey Pavlyutkin <duke at openjdk.org> wrote:

>> 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
>
> Alexey Pavlyutkin has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Merge branch '8297996' of https://github.com/apavlyutkin/jdk8u-dev into 8297996
>  - forcing pre-sumbit test

Thanks a lot

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

PR: https://git.openjdk.org/jdk8u-dev/pull/203


More information about the jdk8u-dev mailing list