8235325: build failure on Linux after 8235243

Reviewed-by: clanger
This commit is contained in:
Matthias Baesken 2019-12-04 09:43:54 +01:00
parent 07be23513b
commit e230c1ce5d

View File

@ -236,7 +236,7 @@ const char* Abstract_VM_Version::internal_vm_info_string() {
#elif _MSC_VER == 1922
#define HOTSPOT_BUILD_COMPILER "MS VC++ 16.2 (VS2019)"
#elif _MSC_VER == 1923
#define HOTSPOT_BUILD_COMPILER "MS VC++ 16.3 (VS2019)
#define HOTSPOT_BUILD_COMPILER "MS VC++ 16.3 (VS2019)"
#else
#define HOTSPOT_BUILD_COMPILER "unknown MS VC++:" XSTR(_MSC_VER)
#endif