< prev index next >

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

Print this page

        

@@ -21,10 +21,17 @@
  * 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.
  */
 
+/**
+ * Defines the tool for starting a daemon for the 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 >