RFR: JDK-8282345: handle latest VS2022 in abstract_vm_version

Matthias Baesken mbaesken at openjdk.java.net
Thu Feb 24 12:36:31 UTC 2022


Hi, please review this small VS-related change.
The latest VS2022 versions should be handled in abstract_vm_version, e.g. 17.0,  see
https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-170
Additionally, very old VS versions can be removed from abstract_vm_version.

Thanks, Matthias

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

Commit messages:
 - JDK-8282345

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

PR: https://git.openjdk.java.net/jdk/pull/7606


More information about the hotspot-runtime-dev mailing list