The C++ compiler handling coding in vm_version.cpp currently misses handling nicely VS2017 15.9 and VS2019.
This leads to bad output like „unknown MS VC++:1916“ in the hs_err file.
This leads to bad output like „unknown MS VC++:1916“ in the hs_err file.
- backport of
-
JDK-8235243 handle VS2017 15.9 and VS2019 in abstract_vm_version
- Resolved