8211124: HotSpot update for vm_version.cpp to recognise updated VS2017
authorkevinw
Wed, 26 Sep 2018 06:28:48 -0700
changeset 51898 293c2728644c
parent 51897 eb3e72f181af
child 51899 11fd6c8188d9
8211124: HotSpot update for vm_version.cpp to recognise updated VS2017 Reviewed-by: dholmes, lfoltan
src/hotspot/share/runtime/vm_version.cpp
--- a/src/hotspot/share/runtime/vm_version.cpp	Thu Sep 27 10:24:12 2018 +0200
+++ b/src/hotspot/share/runtime/vm_version.cpp	Wed Sep 26 06:28:48 2018 -0700
@@ -220,6 +220,8 @@
         #define HOTSPOT_BUILD_COMPILER "MS VC++ 14.0 (VS2015)"
       #elif _MSC_VER == 1912
         #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.5 (VS2017)"
+      #elif _MSC_VER == 1913
+        #define HOTSPOT_BUILD_COMPILER "MS VC++ 15.6 (VS2017)"
       #else
         #define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
       #endif