src/share/vm/runtime/vm_version.cpp

changeset 9945
1edff9dfe606
parent 9915
26ffadc256e1
child 9946
103d1261f1f4
     1.1 --- a/src/share/vm/runtime/vm_version.cpp	Thu Jun 11 12:17:25 2020 +0200
     1.2 +++ b/src/share/vm/runtime/vm_version.cpp	Fri Oct 26 18:35:06 2018 +0530
     1.3 @@ -227,10 +227,16 @@
     1.4          #define HOTSPOT_BUILD_COMPILER "MS VC++ 12.0 (VS2013)"
     1.5        #elif _MSC_VER == 1900
     1.6          #define HOTSPOT_BUILD_COMPILER "MS VC++ 14.0 (VS2015)"
     1.7 +      #elif _MSC_VER == 1911
     1.8 +        #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.3 (VS2017)"
     1.9        #elif _MSC_VER == 1912
    1.10          #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.5 (VS2017)"
    1.11        #elif _MSC_VER == 1913
    1.12          #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.6 (VS2017)"
    1.13 +      #elif _MSC_VER == 1914
    1.14 +        #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.7 (VS2017)"
    1.15 +      #elif _MSC_VER == 1915
    1.16 +        #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.8 (VS2017)"
    1.17        #else
    1.18          #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
    1.19        #endif

mercurial