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 @@ -250,6 +250,18 @@ const char* Abstract_VM_Version::internal_vm_info_string() {
250250 #define HOTSPOT_BUILD_COMPILER " MS VC++ 17.7 (VS2022)"
251251 #elif _MSC_VER == 1938
252252 #define HOTSPOT_BUILD_COMPILER " MS VC++ 17.8 (VS2022)"
253+ #elif _MSC_VER == 1939
254+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 17.9 (VS2022)"
255+ #elif _MSC_VER == 1940
256+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 17.10 (VS2022)"
257+ #elif _MSC_VER == 1941
258+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 17.11 (VS2022)"
259+ #elif _MSC_VER == 1942
260+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 17.12 (VS2022)"
261+ #elif _MSC_VER == 1943
262+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 17.13 (VS2022)"
263+ #elif _MSC_VER == 1944
264+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 17.14 (VS2022)"
253265 #else
254266 #define HOTSPOT_BUILD_COMPILER " unknown MS VC++:" XSTR(_MSC_VER)
255267 #endif
You can’t perform that action at this time.
0 commit comments