RFR: 8365913: Support latest MSC_VER in abstract_vm_version.cpp
Joakim Nordström
jnordstrom at openjdk.org
Tue Sep 2 06:40:43 UTC 2025
On Thu, 21 Aug 2025 09:59:14 GMT, Joakim Nordström <jnordstrom at openjdk.org> wrote:
> With the latest devkit upgrade for Windows, hs_err files and `-Xinternalversion` reports "`unknown MS VC++:1943`".
>
> This fix adds the latest known MSC_VER version, as of current date according to https://learn.microsoft.com/en-us/cpp/overview/compiler-versions?view=msvc-170.
>
> ### Testing
> - [x] Built locally and verified MSVC version is reported correctly
> - [x] tier1-tier3
Thanks David!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26878#issuecomment-3243983641
More information about the hotspot-runtime-dev
mailing list