We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8598306 commit a31e6e0Copy full SHA for a31e6e0
src/hotspot/share/runtime/abstract_vm_version.cpp
@@ -283,6 +283,8 @@ const char* Abstract_VM_Version::internal_vm_info_string() {
283
#define HOTSPOT_BUILD_COMPILER "MS VC++ 17.13 (VS2022)"
284
#elif _MSC_VER == 1944
285
#define HOTSPOT_BUILD_COMPILER "MS VC++ 17.14 (VS2022)"
286
+ #elif _MSC_VER == 1950
287
+ #define HOTSPOT_BUILD_COMPILER "MS VC++ 18.0 (VS2026)"
288
#else
289
#define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
290
#endif
0 commit comments