8211124: HotSpot update for vm_version.cpp to recognise updated VS2017

Thu, 27 Sep 2018 11:47:16 -0700

author
kevinw
date
Thu, 27 Sep 2018 11:47:16 -0700
changeset 9488
1a4b6c0f2f96
parent 9487
3fa12c91c20a
child 9489
a606f067c786

8211124: HotSpot update for vm_version.cpp to recognise updated VS2017
Reviewed-by: dholmes, lfoltan

src/share/vm/runtime/vm_version.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/runtime/vm_version.cpp	Wed Sep 26 04:31:35 2018 -0400
     1.2 +++ b/src/share/vm/runtime/vm_version.cpp	Thu Sep 27 11:47:16 2018 -0700
     1.3 @@ -224,6 +224,8 @@
     1.4          #define HOTSPOT_BUILD_COMPILER "MS VC++ 14.0 (VS2015)"
     1.5        #elif _MSC_VER == 1912
     1.6          #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.5 (VS2017)"
     1.7 +      #elif _MSC_VER == 1913
     1.8 +        #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.6 (VS2017)"
     1.9        #else
    1.10          #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
    1.11        #endif

mercurial