changeset 12788:921359dbc96b

8181639: Add tool and services information to module summary Reviewed-by: alanb, psandoz, lancea
author mchung
date Wed, 07 Jun 2017 18:57:35 -0700
parents 5242609b8088
children 944791f81601 d7709f2d4bd3
files src/jdk.hotspot.agent/share/classes/module-info.java
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/jdk.hotspot.agent/share/classes/module-info.java	Mon Jun 05 15:52:09 2017 -0700
+++ b/src/jdk.hotspot.agent/share/classes/module-info.java	Wed Jun 07 18:57:35 2017 -0700
@@ -26,6 +26,15 @@
 /**
  * Defines the implementation of the HotSpot Serviceability Agent.
  *
+ * <p> This module includes the <em>{@index jhsdb jhsdb tool}</em> tool to
+ * attach to a running Java Virtual Machine (JVM) or launch a postmortem
+ * debugger to analyze the content of a core-dump from a crashed JVM.
+ *
+ * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
+ * <dt class="simpleTagLabel">Tool Guides:</dt>
+ * <dd> {@extLink jhsdb_tool_reference jhsdb}</dd>
+ * </dl>
+ *
  * @moduleGraph
  * @since 9
  */