jdk/src/jdk.jcmd/share/classes/module-info.java
changeset 45528 1e8c2f062ad3
parent 44417 a431edba1629
equal deleted inserted replaced
45527:09cded555a99 45528:1e8c2f062ad3
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 /**
    26 /**
    27  * Defines tools for diagnostics and troubleshooting a JVM,
    27  * Defines tools for diagnostics and troubleshooting a JVM
    28  * including the jcmd, jps, jstat and other diagnostics tools.
    28  * such as the <em>{@index jcmd jcmd tool}</em>, <em>{@index jps jps tool}</em>,
       
    29  * <em>{@index jstat jstat tool}</em> tools.
       
    30  *
       
    31  * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
       
    32  * <dt class="simpleTagLabel">Tool Guides:
       
    33  * <dd>
       
    34  * {@extLink jcmd_tool_reference jcmd},
       
    35  * {@extLink jinfo_tool_reference jinfo},
       
    36  * {@extLink jmap_tool_reference jmap},
       
    37  * {@extLink jps_tool_reference jps},
       
    38  * {@extLink jstack_tool_reference jstack},
       
    39  * {@extLink jstat_tool_reference jstat}
       
    40  * </dl>
    29  *
    41  *
    30  * @moduleGraph
    42  * @moduleGraph
    31  * @since 9
    43  * @since 9
    32  */
    44  */
    33 module jdk.jcmd {
    45 module jdk.jcmd {