RFR: JDK-8282345: handle latest VS2022 in abstract_vm_version

Martin Doerr mdoerr at openjdk.java.net
Fri Feb 25 11:07:07 UTC 2022


On Thu, 24 Feb 2022 12:30:40 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> 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

+1
Visual Studio 2017 is the oldest supported version according to https://openjdk.java.net/groups/build/doc/building.html
So, should be fine to remove a couple of very old ones.

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

Marked as reviewed by mdoerr (Reviewer).

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


More information about the hotspot-runtime-dev mailing list