[jdk8u-dev] RFR: 8247676: vcruntime140_1.dll is not needed on 32-bit Windows [v3]
Alexey Pavlyutkin
duke at openjdk.org
Thu Dec 1 11:19:48 UTC 2022
> 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`)
Alexey Pavlyutkin has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains eight additional commits since the last revision:
- Merge master
- populating generated-configure.sh
- Backport 78ba1e5a5f69909ddf073cb014784127b09dd47d
- populating generated-configure.sh
- Backport 2548ed31aeb255a61644885c501667a74f90ebc7
- Backport 7166e13838a545b1e75307defc2cfa173dc38d20
- fix line alignment to be compliant with the baseline
- 8297329: [8u] hotspot needs to recognise VS2019
-------------
Changes:
- all: https://git.openjdk.org/jdk8u-dev/pull/195/files
- new: https://git.openjdk.org/jdk8u-dev/pull/195/files/181c30f2..5b373e7b
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=195&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=195&range=01-02
Stats: 59499 lines in 62 files changed: 2004 ins; 57301 del; 194 mod
Patch: https://git.openjdk.org/jdk8u-dev/pull/195.diff
Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/195/head:pull/195
PR: https://git.openjdk.org/jdk8u-dev/pull/195
More information about the jdk8u-dev
mailing list