# HG changeset patch # User kevinw # Date 1537968528 25200 # Node ID 293c2728644c5cee92c25b9b0fb01c7aa4476211 # Parent eb3e72f181af1945573507d98854479c748e34e5 8211124: HotSpot update for vm_version.cpp to recognise updated VS2017 Reviewed-by: dholmes, lfoltan diff -r eb3e72f181af -r 293c2728644c 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