< prev index next >

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

Print this page

        

*** 21,30 **** --- 21,36 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ + /** + * Tool for starting a daemon for jstat tool to monitor JVM statistics remotely. + * + * @moduleGraph + * @since 9 + */ module jdk.jstatd { requires java.rmi; requires jdk.internal.jvmstat; // RMI needs to serialize types in this package
< prev index next >