[jdk8u-dev] RFR: 8241087: Build failure with VS 2019 (16.5.0) due to C2039 and C2873

Alexey Pavlyutkin duke at openjdk.org
Tue Nov 22 15:27:38 UTC 2022


Hi!

Here is one more backport from MSVS2019 seria. This one fixes build failure in AWT due to C2039 and C2873. The patch from jdk-11 https://github.com/openjdk/jdk11u-dev/commit/7166e13838a545b1e75307defc2cfa173dc38d20 is applied cleanly.

Verification MSVS2019 full build succedded
Regression: MSVS2017 / 2015 (requires `--with-extra-cflags="/wd4005 /wd4091"`) / 2013 / 2012 / 2010 - ok

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

Depends on: https://git.openjdk.org/jdk8u-dev/pull/187

Commit messages:
 - Backport 7166e13838a545b1e75307defc2cfa173dc38d20

Changes: https://git.openjdk.org/jdk8u-dev/pull/190/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=190&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8241087
  Stats: 9 lines in 3 files changed: 2 ins; 5 del; 2 mod
  Patch: https://git.openjdk.org/jdk8u-dev/pull/190.diff
  Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/190/head:pull/190

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


More information about the jdk8u-dev mailing list