diff --git a/jdk/src/jdk.jdi/share/classes/module-info.java b/jdk/src/jdk.jdi/share/classes/module-info.java index e7c45f37064..0ac3c64b672 100644 --- a/jdk/src/jdk.jdi/share/classes/module-info.java +++ b/jdk/src/jdk.jdi/share/classes/module-info.java @@ -39,12 +39,13 @@ * creation, etc. The ability to inspect a suspended thread's state, local * variables, stack backtrace, etc. *

- * JDI is the highest-layer of the Java Platform Debugger Architecture (JPDA). - * For more information on the Java Platform Debugger Architecture, see the Java - * Platform Debugger Architecture documentation for this release and the Java Platform Debugger Architecture - * website. + * JDI is the highest-layer of the + * + * Java Platform Debugger Architecture (JPDA). + *

+ * This module includes a simple command-line debugger, + * {@index jdb jdb tool}. + * *

Global Exceptions

*

* This section documents exceptions which apply to the entire API and are thus @@ -102,10 +103,6 @@ * unloaded. * * - *

jdb

- * - * {@index jdb jdb tool} is a simple command-line debugger provided - * in this module. * *
*
Tool Guides: @@ -119,6 +116,8 @@ * * @moduleGraph * @since 9 + * @see + * Java Platform Debugger Architecture (JPDA) */ module jdk.jdi { requires jdk.attach;