-
Bug
-
Resolution: Fixed
-
P3
-
7u101
-
b01
Short desc:
a number of fixes came to 8uX to support Win 10 for getting correct os name/version ( os.name property ). SeeJDK-8066504.
But this issues still actual for 7uX.
In particular os.name property returns "Windows 8" on Windows 10 OS.
Just try System.getProperty("os.name");
As Windows 10 is supported configuration for 7uX we need to add support for Windows 10 related to os.name.
It's also needed for 7uX deployment to define Win10 specific resources/info in jnlp files.
a number of fixes came to 8uX to support Win 10 for getting correct os name/version ( os.name property ). See
But this issues still actual for 7uX.
In particular os.name property returns "Windows 8" on Windows 10 OS.
Just try System.getProperty("os.name");
As Windows 10 is supported configuration for 7uX we need to add support for Windows 10 related to os.name.
It's also needed for 7uX deployment to define Win10 specific resources/info in jnlp files.
- relates to
-
JDK-8066504 GetVersionEx in java.base/windows/native/libjava/java_props_md.c might not get correct Windows version
- Resolved
There are no Sub-Tasks for this issue.