JDK-8190361 : Incorrect version info in jaccessinspector.exe and jaccesswalker.exe
Type:Bug
Component:client-libs
Sub-Component:javax.accessibility
Affected Version:9,10,11,12
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2017-10-30
Updated:2019-09-26
Resolved:2019-02-21
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.
There are some exe files contained in JDK 9, which hold incorrect version info.
It holds JDK_BUILD_ID instead of 9+181 if the version resource is collected by using the GetFileVersionInfo function.
Comments
Fix Request (12u)
This trivial backport solves the corner case in .dll versioning, and it is already backported to 11u. Backporting it to 12u keeps versioning in sync across releases. Fix applies cleanly to 12u.
11-03-2019
What does this fix affect?
28-02-2019
Fix Request
This fixes the minor file version problem on Windows and keeps codebases in sync across releases. Patch applies cleanly to 11u, and passes Windows and Linux builds.
28-02-2019
Pushed to 11u cpu as well Victor.
http://closedjdk.us.oracle.com/jdk-updates/jdk11u-cpu/open/rev/9bcc59361ece
21-02-2019
approved to push: http://mail.openjdk.java.net/pipermail/swing-dev/2019-February/009368.html