src/share/vm/runtime/vm_version.cpp

changeset 9946
103d1261f1f4
parent 9945
1edff9dfe606
child 10015
eb7ce841ccec
equal deleted inserted replaced
9945:1edff9dfe606 9946:103d1261f1f4
235 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.6 (VS2017)" 235 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.6 (VS2017)"
236 #elif _MSC_VER == 1914 236 #elif _MSC_VER == 1914
237 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.7 (VS2017)" 237 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.7 (VS2017)"
238 #elif _MSC_VER == 1915 238 #elif _MSC_VER == 1915
239 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.8 (VS2017)" 239 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.8 (VS2017)"
240 #elif _MSC_VER == 1916
241 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.9 (VS2017)"
242 #elif _MSC_VER == 1920
243 #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.0 (VS2019)"
244 #elif _MSC_VER == 1921
245 #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.1 (VS2019)"
246 #elif _MSC_VER == 1922
247 #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.2 (VS2019)"
248 #elif _MSC_VER == 1923
249 #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.3 (VS2019)"
240 #else 250 #else
241 #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER) 251 #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
242 #endif 252 #endif
243 #elif defined(__SUNPRO_CC) 253 #elif defined(__SUNPRO_CC)
244 #if __SUNPRO_CC == 0x420 254 #if __SUNPRO_CC == 0x420

mercurial