< prev index next >

jdk/src/jdk.jstatd/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 the tool for starting a daemon for the jstat tool to monitor ! * JVM statistics remotely. * * @moduleGraph * @since 9 */ module jdk.jstatd { --- 22,38 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * Defines the <em>{@index jstatd jstatd tool}</em> tool for starting a daemon ! * for the jstat tool to monitor JVM statistics remotely. ! * ! * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif"> ! * <dt class="simpleTagLabel">Tool Guides: ! * <dd>{@extLink jstatd_tool_reference jstatd} ! * </dl> * * @moduleGraph * @since 9 */ module jdk.jstatd {
< prev index next >