RFR: JDK-8295412 : support latest VS2022 MSC_VER in abstract_vm_version.cpp

Matthias Baesken mbaesken at openjdk.org
Mon Oct 17 13:28:25 UTC 2022


Currently the latest VS2022 versions are not supported when checking _MSC_VER in abstract_vm_version.cpp, that should be improved.
See
https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-170
https://learn.microsoft.com/de-de/visualstudio/install/visual-studio-build-numbers-and-release-dates?view=vs-2022
Visual Studio 2022 version 17.3 1933
Visual Studio 2022 version 17.2 1932

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

Commit messages:
 - JDK-8295412

Changes: https://git.openjdk.org/jdk/pull/10727/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10727&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8295412
  Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/10727.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10727/head:pull/10727

PR: https://git.openjdk.org/jdk/pull/10727


More information about the hotspot-runtime-dev mailing list