jdk/test/sun/tools/jcmd/TestJcmdSanity.java
changeset 44423 306c020eb154
parent 34327 50693d25f4a7
--- a/jdk/test/sun/tools/jcmd/TestJcmdSanity.java	Thu Mar 16 07:27:14 2017 +0100
+++ b/jdk/test/sun/tools/jcmd/TestJcmdSanity.java	Wed Mar 15 22:48:59 2017 -0700
@@ -35,15 +35,14 @@
 import jdk.testlibrary.ProcessTools;
 import jdk.testlibrary.Utils;
 
-/**
- * Unit test for jcmd utility. The test will send different diagnostic command
- * requests to the current java process.
- */
 /*
  * @test
  * @bug 7104647 7154822
+ * @summary Unit test for jcmd utility. The test will send different diagnostic
+ * command requests to the current java process.
+ *
  * @library /lib/testlibrary
- * @modules java.management
+ *
  * @build jdk.testlibrary.*
  * @run main/othervm -XX:+UsePerfData TestJcmdSanity
  */