We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c5e26 commit 0e14bf7Copy full SHA for 0e14bf7
src/hotspot/share/runtime/abstract_vm_version.cpp
@@ -235,7 +235,9 @@ const char* Abstract_VM_Version::internal_vm_info_string() {
235
#elif _MSC_VER == 1927
236
#define HOTSPOT_BUILD_COMPILER "MS VC++ 16.7 (VS2019)"
237
#elif _MSC_VER == 1928
238
- #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.8 (VS2019)"
+ #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.8 / 16.9 (VS2019)"
239
+ #elif _MSC_VER == 1929
240
+ #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.10 / 16.11 (VS2019)"
241
#else
242
#define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
243
#endif
0 commit comments