# HG changeset patch # User mchung # Date 1497905985 25200 # Node ID fd2e6410fd7a3920178c38aed4c60ed3127d167b # Parent 2cd9961940f9921462d3bb454f2e7cdfe9c4d455 8181834: Broken link in jdk.jdi module documentation Reviewed-by: sspitsyn diff -r 2cd9961940f9 -r fd2e6410fd7a src/jdk.jdi/share/classes/module-info.java --- a/src/jdk.jdi/share/classes/module-info.java Mon Jun 19 22:54:09 2017 +0800 +++ b/src/jdk.jdi/share/classes/module-info.java Mon Jun 19 13:59:45 2017 -0700 @@ -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;