JDK-8133519 : java.exe and javaw.exe do not contain Windows 10 manifest
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 8u51
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_8
  • CPU: x86
  • Submitted: 2015-08-12
  • Updated: 2015-08-18
  • Resolved: 2015-08-18
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :
Java 8 update 51

ADDITIONAL OS VERSION INFORMATION :
Windows 10 (64-bit)

A DESCRIPTION OF THE PROBLEM :
The embedded manifest file in java.exe and javaw.exe does not contain the ID for Windows 10.  This is required for GetVersionEX to return 10.0 for the version.  This will also fix JDK-8081573.

The below needs to be added to the <compatibility> section of the manifest, since Java 8 update 51 claims Windows 10 support.

<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"></supportedOS>


REPRODUCIBILITY :
This bug can be reproduced always.