File tree 1 file changed +10
-0
lines changed
src/hotspot/share/runtime
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,16 @@ const char* Abstract_VM_Version::internal_vm_info_string() {
235
235
#define HOTSPOT_BUILD_COMPILER " MS VC++ 16.2 (VS2019)"
236
236
#elif _MSC_VER == 1923
237
237
#define HOTSPOT_BUILD_COMPILER " MS VC++ 16.3 (VS2019)"
238
+ #elif _MSC_VER == 1924
239
+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 16.4 (VS2019)"
240
+ #elif _MSC_VER == 1925
241
+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 16.5 (VS2019)"
242
+ #elif _MSC_VER == 1926
243
+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 16.6 (VS2019)"
244
+ #elif _MSC_VER == 1927
245
+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 16.7 (VS2019)"
246
+ #elif _MSC_VER == 1928
247
+ #define HOTSPOT_BUILD_COMPILER " MS VC++ 16.8 (VS2019)"
238
248
#else
239
249
#define HOTSPOT_BUILD_COMPILER " unknown MS VC++:" XSTR(_MSC_VER)
240
250
#endif
You can’t perform that action at this time.
0 commit comments