The hotspot source code doesn't display the correct MSVC++ version when compiled by the following versions of VS2017: MSVC++ 14.11 _MSC_VER == 1911 (Visual Studio 2017 version 15.3) MSVC++ 14.14 _MSC_VER == 1914 (Visual Studio 2017 version 15.7) MSVC++ 14.15 _MSC_VER == 1915 (Visual Studio 2017 version 15.8) For ex., if the JDK is compiled with VS2017 15.7, it returns "unknown MSVC++: 1914" when run with -Xinternalversion.
|