File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
src/hotspot/share/runtime Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -271,6 +271,18 @@ const char* Abstract_VM_Version::internal_vm_info_string() {
271271 #define HOTSPOT_BUILD_COMPILER " MS VC++ 17.7 (VS2022)"
272272 #elif _MSC_VER == 1938
273273 #define HOTSPOT_BUILD_COMPILER " MS VC++ 17.8 (VS2022)"
274+ #elif _MSC_VER == 1939
275+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 17.9 (VS2022)"
276+ #elif _MSC_VER == 1940
277+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 17.10 (VS2022)"
278+ #elif _MSC_VER == 1941
279+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 17.11 (VS2022)"
280+ #elif _MSC_VER == 1942
281+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 17.12 (VS2022)"
282+ #elif _MSC_VER == 1943
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)"
274286 #else
275287 #define HOTSPOT_BUILD_COMPILER " unknown MS VC++:" XSTR(_MSC_VER)
276288 #endif
You can’t perform that action at this time.
0 commit comments