src/hotspot/share/runtime/vm_version.cpp
changeset 52101 5fcf63f0d86c
parent 51898 293c2728644c
child 52904 d2f118d3f8e7
equal deleted inserted replaced
52100:62523934374c 52101:5fcf63f0d86c
   216         #define HOTSPOT_BUILD_COMPILER "MS VC++ 11.0 (VS2012)"
   216         #define HOTSPOT_BUILD_COMPILER "MS VC++ 11.0 (VS2012)"
   217       #elif _MSC_VER == 1800
   217       #elif _MSC_VER == 1800
   218         #define HOTSPOT_BUILD_COMPILER "MS VC++ 12.0 (VS2013)"
   218         #define HOTSPOT_BUILD_COMPILER "MS VC++ 12.0 (VS2013)"
   219       #elif _MSC_VER == 1900
   219       #elif _MSC_VER == 1900
   220         #define HOTSPOT_BUILD_COMPILER "MS VC++ 14.0 (VS2015)"
   220         #define HOTSPOT_BUILD_COMPILER "MS VC++ 14.0 (VS2015)"
       
   221       #elif _MSC_VER == 1911
       
   222         #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.3 (VS2017)"
   221       #elif _MSC_VER == 1912
   223       #elif _MSC_VER == 1912
   222         #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.5 (VS2017)"
   224         #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.5 (VS2017)"
   223       #elif _MSC_VER == 1913
   225       #elif _MSC_VER == 1913
   224         #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.6 (VS2017)"
   226         #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.6 (VS2017)"
       
   227       #elif _MSC_VER == 1914
       
   228         #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.7 (VS2017)"
       
   229       #elif _MSC_VER == 1915
       
   230         #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.8 (VS2017)"
   225       #else
   231       #else
   226         #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
   232         #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
   227       #endif
   233       #endif
   228     #elif defined(__SUNPRO_CC)
   234     #elif defined(__SUNPRO_CC)
   229       #if   __SUNPRO_CC == 0x420
   235       #if   __SUNPRO_CC == 0x420