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

Matthias Baesken mbaesken at openjdk.org
Tue Oct 18 07:47:04 UTC 2022


On Mon, 17 Oct 2022 13:19:48 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> 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

This pull request has now been integrated.

Changeset: bca7ab3c
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/bca7ab3c1109e6cff9b50ecdd3045cb0ae8f6953
Stats:     4 lines in 1 file changed: 4 ins; 0 del; 0 mod

8295412: support latest VS2022 MSC_VER in abstract_vm_version.cpp

Reviewed-by: dholmes, lucy

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

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


More information about the hotspot-runtime-dev mailing list