Commit 4f7dd0c authored and committed Jul 11, 2022
1 parent 972112e commit 4f7dd0c Copy full SHA for 4f7dd0c
File tree 1 file changed +10
-0
lines changed
hotspot/src/share/vm/runtime
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,16 @@ const char* Abstract_VM_Version::internal_vm_info_string() {
251
251
#define HOTSPOT_BUILD_COMPILER " MS VC++ 16.2 (VS2019)"
252
252
#elif _MSC_VER == 1923
253
253
#define HOTSPOT_BUILD_COMPILER " MS VC++ 16.3 (VS2019)"
254
+ #elif _MSC_VER == 1924
255
+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 16.4 (VS2019)"
256
+ #elif _MSC_VER == 1925
257
+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 16.5 (VS2019)"
258
+ #elif _MSC_VER == 1926
259
+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 16.6 (VS2019)"
260
+ #elif _MSC_VER == 1927
261
+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 16.7 (VS2019)"
262
+ #elif _MSC_VER == 1928
263
+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 16.8 (VS2019)"
254
264
#else
255
265
#define HOTSPOT_BUILD_COMPILER " unknown MS VC++:" XSTR(_MSC_VER)
256
266
#endif
You can’t perform that action at this time.
0 commit comments