We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daccfee commit 65b1748Copy full SHA for 65b1748
hotspot/src/share/vm/runtime/vm_version.cpp
@@ -260,7 +260,9 @@ const char* Abstract_VM_Version::internal_vm_info_string() {
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)"
+ #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.8 / 16.9 (VS2019)"
264
+ #elif _MSC_VER == 1929
265
+ #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.10 / 16.11 (VS2019)"
266
#else
267
#define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
268
#endif
0 commit comments