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

Alexey Pavlyutkin duke at openjdk.org
Mon Dec 5 08:42:33 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

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

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

Changes:
  - all: https://git.openjdk.org/jdk8u-dev/pull/203/files
  - new: https://git.openjdk.org/jdk8u-dev/pull/203/files/570384f1..72cfc731

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=203&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=203&range=00-01

  Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 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