[jdk8u-dev] Integrated: 8297996: [8u] generated images are broken due to renaming of MSVC runtime DLL's
Alexey Pavlyutkin
duke at openjdk.org
Fri Dec 23 13:18:53 UTC 2022
On Mon, 5 Dec 2022 08:25:37 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
This pull request has now been integrated.
Changeset: 47090d6f
Author: Alexey Pavlyutkin <apavlyutkin at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL: https://git.openjdk.org/jdk8u-dev/commit/47090d6f9572adec1f31260702ff0039a7a70ee4
Stats: 849 lines in 3 files changed: 848 ins; 0 del; 1 mod
8297996: [8u] generated images are broken due to renaming of MSVC runtime DLL's
Reviewed-by: phh
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/203
More information about the jdk8u-dev
mailing list