< prev index next >

test/sun/tools/jstat/JStatInterval.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

@@ -22,15 +22,18 @@
  */
 
 /**
  * @test
  * @bug 8035668
- * @library /lib/testlibrary
  * @summary Test checks case when target application finishes execution and jstat didn't complete work.
-            jstat is started with interval = 100 (jstat -compiler 100) and monitored application finishes
-            after 500ms. This shouldn't cause crash or hang in target application or in jstat.
+ *          jstat is started with interval = 100 (jstat -compiler 100) and monitored application finishes
+ *          after 500ms. This shouldn't cause crash or hang in target application or in jstat.
+ *
+ * @library /lib/testlibrary
  * @modules java.management
+ *          jdk.jcmd
+ *
  * @build jdk.testlibrary.* JStatInterval
  * @run main JStatInterval
  */
 
 import jdk.testlibrary.ProcessTools;
< prev index next >