--- old/nashorn/src/jdk.scripting.nashorn.shell/share/classes/module-info.java 2017-06-06 22:44:12.000000000 -0700 +++ new/nashorn/src/jdk.scripting.nashorn.shell/share/classes/module-info.java 2017-06-06 22:44:12.000000000 -0700 @@ -24,8 +24,17 @@ */ /** - * Nashorn shell module + * Defines Nashorn shell module. * + *

This module includes a command-line tool {@index jjs jjs} + * to invoke the Nashorn engine. + * + *

+ *
Tool Guides: + *
{@extLink jjs_tool_reference jjs} + *
+ * + * @moduleGraph * @since 9 */ module jdk.scripting.nashorn.shell {