--- old/src/jdk.compiler/share/classes/module-info.java 2017-11-09 15:06:31.069520534 -0800 +++ new/src/jdk.compiler/share/classes/module-info.java 2017-11-09 15:06:30.677503422 -0800 @@ -56,17 +56,9 @@ * {@code jdk.zipfs} module, must be available if the compiler is to be able * to read JAR files. * - *

javah

- * - *

- * javah only exists as a command line tool, and does not provide any - * direct API. As of JDK 9, it has been deprecated. - * Use the {@code -h} option in javac instead.

- * *
*
Tool Guides: - *
{@extLink javac_tool_reference javac}, - * {@extLink javah_tool_reference javah} + *
{@extLink javac_tool_reference javac} *
* * @provides java.util.spi.ToolProvider