--- old/jdk/src/jdk.jdi/share/classes/module-info.java 2017-06-06 22:43:56.000000000 -0700 +++ new/jdk/src/jdk.jdi/share/classes/module-info.java 2017-06-06 22:43:56.000000000 -0700 @@ -45,8 +45,7 @@ * Platform Debugger Architecture documentation for this release and the Java Platform Debugger Architecture * website. - *

- * Global Exceptions: + *

Global Exceptions

*

* This section documents exceptions which apply to the entire API and are thus * not documented on individual methods. @@ -103,6 +102,21 @@ * unloaded. * * + *

jdb

+ * + * {@index jdb jdb} is a simple command-line debugger provided + * in this module. + * + *
+ *
Tool Guides: + *
{@extLink jdb_tool_reference jdb} + *
+ * + * @provides com.sun.jdi.connect.Connector + * + * @uses com.sun.jdi.connect.Connector + * @uses com.sun.jdi.connect.spi.TransportService + * * @moduleGraph * @since 9 */