--- old/hotspot/src/jdk.hotspot.agent/share/classes/module-info.java 2017-06-07 10:49:21.000000000 -0700 +++ new/hotspot/src/jdk.hotspot.agent/share/classes/module-info.java 2017-06-07 10:49:21.000000000 -0700 @@ -26,6 +26,15 @@ /** * Defines the implementation of the HotSpot Serviceability Agent. * + *

This module includes the {@index jhsdb jhsdb tool} 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. + * + *

+ *
Tool Guides:
+ *
{@extLink jhsdb_tool_reference jhsdb}
+ *
+ * * @moduleGraph * @since 9 */