< prev index next >

hotspot/src/jdk.hotspot.agent/share/classes/module-info.java

Print this page

        

@@ -24,10 +24,19 @@
  */
 
 /**
  * Defines the implementation of the HotSpot Serviceability Agent.
  *
+ * <p> This module includes the <em>{@index jhsdb jhsdb}</em> tool that
+ * can 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
  */
 module jdk.hotspot.agent {
     requires java.datatransfer;
< prev index next >