JDK-8149143 : 7uX: need to add support for Windows 10 ( os.name property related )
  • Type: Bug
  • Component: core-libs
  • Affected Version: 7u101
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-02-05
  • Updated: 2016-04-29
  • Resolved: 2016-02-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7u111 b01Fixed
Related Reports
Relates :  
Sub Tasks
JDK-8155752 :  
Description
Short desc:
 a number of fixes came to 8uX to support Win 10 for getting correct os name/version ( os.name property ). See JDK-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.