--- old/jdk/src/jdk.pack/share/classes/module-info.java 2017-06-06 22:44:05.000000000 -0700 +++ new/jdk/src/jdk.pack/share/classes/module-info.java 2017-06-06 22:44:05.000000000 -0700 @@ -25,8 +25,15 @@ /** * Defines tools for transforming a JAR file into a compressed pack200 file - * and transforming a packed file into a JAR file, including the pack200, - * and unpack200 tools. + * and transforming a packed file into a JAR file, including the + * {@index pack200 pack200} and {@index unpack200 unpack200} + * tools. + * + *
+ *
Tool Guides: + *
{@extLink pack200_tool_reference pack200}, + * {@extLink unpack200_tool_reference unpack200} + *
* * @moduleGraph * @since 9