RFR: JDK-8295412 : support latest VS2022 MSC_VER in abstract_vm_version.cpp
David Holmes
dholmes at openjdk.org
Tue Oct 18 02:08:09 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
Looks fine and trivial.
It is so annoying we need to do this. :(
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10727
More information about the hotspot-runtime-dev
mailing list