Duplicate :
|
|
Duplicate :
|
|
Relates :
|
JDK-8219671 :
|
The current Windows OS detection code in os_windows.cpp and in java.base/windows/native/libjava/java_props_md.c does not recognize Windows Server 2019 (to be released in October 2019). Windows Server 2019 is currently recognized as "Windows Server 2016" which is put into the os name system property (plus printed in the hs_err file). A fix is to add a check for the buildNumber which could be used to distinguish the versions.
|