[jdk8u-dev] RFR: 8282345: handle latest VS2022 in abstract_vm_version

Alexander Scherbatiy alexsch at openjdk.org
Mon Apr 10 18:12:48 UTC 2023


This is a backport of the [JDK-8282345 handle latest VS2022 in abstract_vm_version](https://bugs.openjdk.org/browse/JDK-8282345)

There is only one conflict resolved with the copyright year.
jdk11u-dev:

- * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2022, Oracle and/or its affiliates. All rights reserved.

jdk8u-dev:

- * Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2022, Oracle and/or its affiliates. All rights reserved.


I would like to backport it as additional fix for the https://github.com/openjdk/jdk8u-dev/pull/295 `8276841: Add support for Visual Studio 2022`

Both backports the current one and  the `8276841` were built on  Windows Server 2012 R2 with:

* Toolchain:      microsoft (Microsoft Visual Studio 2022 17.5.2 (devkit))
* C Compiler:     Version 19.31.31107 (at /cygdrive/c/cygwin64/VS2022-17.5.2-devkit/VC/bin/x64/cl)
* C++ Compiler:   Version 19.31.31107 (at /cygdrive/c/cygwin64/VS2022-17.5.2-devkit/VC/bin/x64/cl)

and hotspot and compact3 tests were run. There were no failed tests comparing to the build without the fix.

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

Commit messages:
 - 8282345: handle latest VS2022 in abstract_vm_version

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

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


More information about the jdk8u-dev mailing list