From af1a4e67e76aeded21a61b2927d2acc2c593608f Mon Sep 17 00:00:00 2001 From: Mandy Chung Date: Mon, 19 Jun 2017 13:59:45 -0700 Subject: [PATCH] 8181834: Broken link in jdk.jdi module documentation Reviewed-by: sspitsyn --- .../jdk.jdi/share/classes/module-info.java | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) 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;