-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b61
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8081927 | emb-9 | Magnus Ihse Bursie | P3 | Resolved | Fixed | b61 |
On windows, many executables have an assembly manifest embedded. This sets among other things the JDK version. Our current handling of this is sub-optimal, using template files that are modified at build time. Instead, a command line option to MT, the manifest processor, can be used.
At places we also try to include manifest information twice, using the old style of declaring the manifest file in an .rc file. This is not needed when we use MT for post-processing.
At places we also try to include manifest information twice, using the old style of declaring the manifest file in an .rc file. This is not needed when we use MT for post-processing.
- backported by
-
JDK-8081927 Better handling of Windows executable manifest version
-
- Resolved
-