src/share/vm/runtime/vm_version.cpp

changeset 10015
eb7ce841ccec
parent 9931
fd44df5e3bc3
parent 9946
103d1261f1f4
equal deleted inserted replaced
9934:2251ba078bec 10015:eb7ce841ccec
240 #define HOTSPOT_BUILD_COMPILER "MS VC++ 11.0 (VS2012)" 240 #define HOTSPOT_BUILD_COMPILER "MS VC++ 11.0 (VS2012)"
241 #elif _MSC_VER == 1800 241 #elif _MSC_VER == 1800
242 #define HOTSPOT_BUILD_COMPILER "MS VC++ 12.0 (VS2013)" 242 #define HOTSPOT_BUILD_COMPILER "MS VC++ 12.0 (VS2013)"
243 #elif _MSC_VER == 1900 243 #elif _MSC_VER == 1900
244 #define HOTSPOT_BUILD_COMPILER "MS VC++ 14.0 (VS2015)" 244 #define HOTSPOT_BUILD_COMPILER "MS VC++ 14.0 (VS2015)"
245 #elif _MSC_VER == 1911
246 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.3 (VS2017)"
245 #elif _MSC_VER == 1912 247 #elif _MSC_VER == 1912
246 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.5 (VS2017)" 248 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.5 (VS2017)"
247 #elif _MSC_VER == 1913 249 #elif _MSC_VER == 1913
248 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.6 (VS2017)" 250 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.6 (VS2017)"
251 #elif _MSC_VER == 1914
252 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.7 (VS2017)"
253 #elif _MSC_VER == 1915
254 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.8 (VS2017)"
255 #elif _MSC_VER == 1916
256 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.9 (VS2017)"
257 #elif _MSC_VER == 1920
258 #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.0 (VS2019)"
259 #elif _MSC_VER == 1921
260 #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.1 (VS2019)"
261 #elif _MSC_VER == 1922
262 #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.2 (VS2019)"
263 #elif _MSC_VER == 1923
264 #define HOTSPOT_BUILD_COMPILER "MS VC++ 16.3 (VS2019)"
249 #else 265 #else
250 #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER) 266 #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
251 #endif 267 #endif
252 #elif defined(__SUNPRO_CC) 268 #elif defined(__SUNPRO_CC)
253 #if __SUNPRO_CC == 0x420 269 #if __SUNPRO_CC == 0x420

mercurial