JDK-8191054 : Remove the Native-Header Tool (javah)
Type:Sub-task
Component:tools
Sub-Component:javah
Affected Version:10
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2017-11-09
Updated:2017-12-15
Resolved:2017-12-13
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.
This change missed updating tools/launcher/VersionCheck.java
14-12-2017
One other minor reference doc reference to javah in jdk.compiler module-info, now removed:
27 * Defines the implementation of the
28 * {@linkplain javax.tools.ToolProvider#getSystemJavaCompiler system Java compiler}
29 * and its command line equivalent, <em>{@index javac javac tool}</em>,
30 * as well as <em>{@index javah javah tool}</em>.