mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8373593: Support latest VS2026 MSC_VER in abstract_vm_version.cpp
Reviewed-by: mdoerr, dholmes
This commit is contained in:
parent
859830694b
commit
a31e6e0d3b
@ -283,6 +283,8 @@ const char* Abstract_VM_Version::internal_vm_info_string() {
|
||||
#define HOTSPOT_BUILD_COMPILER "MS VC++ 17.13 (VS2022)"
|
||||
#elif _MSC_VER == 1944
|
||||
#define HOTSPOT_BUILD_COMPILER "MS VC++ 17.14 (VS2022)"
|
||||
#elif _MSC_VER == 1950
|
||||
#define HOTSPOT_BUILD_COMPILER "MS VC++ 18.0 (VS2026)"
|
||||
#else
|
||||
#define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user