CSR :
|
Summary ------- Remove the Native-Header Tool, (`javah`) Problem ------- `javah` has been superseded by superior functionality in `javac`, using the `-h` option, added in JDK 8 (JDK-7150368). If the tool is used in JDK, a warning is given. (JDK-8166218). The tool is now obsolete and should be removed. Solution -------- Remove the tool. Specification ------------- The tool will be removed from JDK.
|