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}. + * *
* This section documents exceptions which apply to the entire API and are thus @@ -102,10 +103,6 @@ * unloaded. * * - *