src/share/vm/runtime/vm_version.cpp

changeset 9945
1edff9dfe606
parent 9915
26ffadc256e1
child 9946
103d1261f1f4
equal deleted inserted replaced
9944:26d1803768c7 9945:1edff9dfe606
225 #define HOTSPOT_BUILD_COMPILER "MS VC++ 11.0 (VS2012)" 225 #define HOTSPOT_BUILD_COMPILER "MS VC++ 11.0 (VS2012)"
226 #elif _MSC_VER == 1800 226 #elif _MSC_VER == 1800
227 #define HOTSPOT_BUILD_COMPILER "MS VC++ 12.0 (VS2013)" 227 #define HOTSPOT_BUILD_COMPILER "MS VC++ 12.0 (VS2013)"
228 #elif _MSC_VER == 1900 228 #elif _MSC_VER == 1900
229 #define HOTSPOT_BUILD_COMPILER "MS VC++ 14.0 (VS2015)" 229 #define HOTSPOT_BUILD_COMPILER "MS VC++ 14.0 (VS2015)"
230 #elif _MSC_VER == 1911
231 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.3 (VS2017)"
230 #elif _MSC_VER == 1912 232 #elif _MSC_VER == 1912
231 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.5 (VS2017)" 233 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.5 (VS2017)"
232 #elif _MSC_VER == 1913 234 #elif _MSC_VER == 1913
233 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.6 (VS2017)" 235 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.6 (VS2017)"
236 #elif _MSC_VER == 1914
237 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.7 (VS2017)"
238 #elif _MSC_VER == 1915
239 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.8 (VS2017)"
234 #else 240 #else
235 #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER) 241 #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
236 #endif 242 #endif
237 #elif defined(__SUNPRO_CC) 243 #elif defined(__SUNPRO_CC)
238 #if __SUNPRO_CC == 0x420 244 #if __SUNPRO_CC == 0x420

mercurial