We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358fc5a commit 6518636Copy full SHA for 6518636
src/hotspot/share/runtime/abstract_vm_version.cpp
@@ -248,7 +248,9 @@ const char* Abstract_VM_Version::internal_vm_info_string() {
248
#elif _MSC_VER == 1927
249
#define HOTSPOT_BUILD_COMPILER "MS VC++ 16.7 (VS2019)"
250
#elif _MSC_VER == 1928
251
- #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.8 (VS2019)"
+ #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.8 / 16.9 (VS2019)"
252
+ #elif _MSC_VER == 1929
253
+ #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.10 / 16.11 (VS2019)"
254
#else
255
#define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
256
#endif
0 commit comments