diff -r 1edff9dfe606 -r 103d1261f1f4 src/share/vm/runtime/vm_version.cpp --- a/src/share/vm/runtime/vm_version.cpp Fri Oct 26 18:35:06 2018 +0530 +++ b/src/share/vm/runtime/vm_version.cpp Fri Dec 06 12:42:29 2019 +0100 @@ -237,6 +237,16 @@ #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.7 (VS2017)" #elif _MSC_VER == 1915 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.8 (VS2017)" + #elif _MSC_VER == 1916 + #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.9 (VS2017)" + #elif _MSC_VER == 1920 + #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.0 (VS2019)" + #elif _MSC_VER == 1921 + #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.1 (VS2019)" + #elif _MSC_VER == 1922 + #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.2 (VS2019)" + #elif _MSC_VER == 1923 + #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.3 (VS2019)" #else #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER) #endif