src/share/vm/runtime/vm_version.cpp

changeset 9320
8d9ad04d908b
parent 8729
402618d5afc9
child 9448
73d689add964
child 9488
1a4b6c0f2f96
equal deleted inserted replaced
9318:576949777967 9320:8d9ad04d908b
216 #define HOTSPOT_BUILD_COMPILER "MS VC++ 9.0 (VS2008)" 216 #define HOTSPOT_BUILD_COMPILER "MS VC++ 9.0 (VS2008)"
217 #elif _MSC_VER == 1600 217 #elif _MSC_VER == 1600
218 #define HOTSPOT_BUILD_COMPILER "MS VC++ 10.0 (VS2010)" 218 #define HOTSPOT_BUILD_COMPILER "MS VC++ 10.0 (VS2010)"
219 #elif _MSC_VER == 1700 219 #elif _MSC_VER == 1700
220 #define HOTSPOT_BUILD_COMPILER "MS VC++ 11.0 (VS2012)" 220 #define HOTSPOT_BUILD_COMPILER "MS VC++ 11.0 (VS2012)"
221 #elif _MSC_VER == 1800
222 #define HOTSPOT_BUILD_COMPILER "MS VC++ 12.0 (VS2013)"
223 #elif _MSC_VER == 1900
224 #define HOTSPOT_BUILD_COMPILER "MS VC++ 14.0 (VS2015)"
225 #elif _MSC_VER == 1912
226 #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.5 (VS2017)"
221 #else 227 #else
222 #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER) 228 #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
223 #endif 229 #endif
224 #elif defined(__SUNPRO_CC) 230 #elif defined(__SUNPRO_CC)
225 #if __SUNPRO_CC == 0x420 231 #if __SUNPRO_CC == 0x420

mercurial