< prev index next >

jdk/src/jdk.jcmd/share/classes/module-info.java

Print this page

        

*** 22,33 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * Defines tools for diagnostics and troubleshooting a JVM, ! * including the jcmd, jps, jstat and other diagnostics tools. * * @moduleGraph * @since 9 */ module jdk.jcmd { --- 22,45 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * Defines tools for diagnostics and troubleshooting a JVM ! * such as the <em>{@index jcmd jcmd}</em>, <em>{@index jps jps}</em>, ! * <em>{@index jstat jstat}</em> tools. ! * ! * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif"> ! * <dt class="simpleTagLabel">Tool Guides: ! * <dd> ! * {@extLink jcmd_tool_reference jcmd}, ! * {@extLink jinfo_tool_reference jinfo}, ! * {@extLink jmap_tool_reference jmap}, ! * {@extLink jps_tool_reference jps}, ! * {@extLink jstack_tool_reference jstack}, ! * {@extLink jstat_tool_reference jstat} ! * </dl> * * @moduleGraph * @since 9 */ module jdk.jcmd {
< prev index next >