[jdk8u-dev] Integrated: 8247676: vcruntime140_1.dll is not needed on 32-bit Windows

Alexey Pavlyutkin duke at openjdk.org
Thu Dec 1 13:20:02 UTC 2022


On Mon, 28 Nov 2022 07:50:30 GMT, Alexey Pavlyutkin <duke at openjdk.org> wrote:

> Hi!
> 
> Here is the last backport of MSVS2019 seria. This one fixes unnecessary populating of 32-bit images with vcruntime140_1.dll. The patch from 11u applied cleanly except `generated-configure.sh` refreshing
> 
> Verification: MSVS2019 32-bit build -> JRE image contains only `vcrunt~1.dll` (`vcruntime140.dll`)
> Regression: MSVS2019 64-bit build -> JRE image still contains both `vcrunt~1.dll` (`vcruntime140.dll`) and `vcrunt~2.dll` (`vcruntime140_1.dll`)

This pull request has now been integrated.

Changeset: fcd3c9ce
Author:    Alexey Pavlyutkin <apavlyutkin at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/fcd3c9ce6b503e63f2a898467d65893a7c703734
Stats:     3 lines in 2 files changed: 0 ins; 0 del; 3 mod

8247676: vcruntime140_1.dll is not needed on 32-bit Windows

Reviewed-by: phh
Backport-of: 78ba1e5a5f69909ddf073cb014784127b09dd47d

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

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


More information about the jdk8u-dev mailing list