Skip to content

Commit a31e6e0

Browse files
committed
8373593: Support latest VS2026 MSC_VER in abstract_vm_version.cpp
Reviewed-by: mdoerr, dholmes
1 parent 8598306 commit a31e6e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hotspot/share/runtime/abstract_vm_version.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ const char* Abstract_VM_Version::internal_vm_info_string() {
283283
#define HOTSPOT_BUILD_COMPILER "MS VC++ 17.13 (VS2022)"
284284
#elif _MSC_VER == 1944
285285
#define HOTSPOT_BUILD_COMPILER "MS VC++ 17.14 (VS2022)"
286+
#elif _MSC_VER == 1950
287+
#define HOTSPOT_BUILD_COMPILER "MS VC++ 18.0 (VS2026)"
286288
#else
287289
#define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
288290
#endif

0 commit comments

Comments
 (0)