< prev index next >

test/com/sun/jdi/SuspendNoFlagTest.java

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

@@ -25,12 +25,14 @@
 import jdk.testlibrary.ProcessTools;
 
 /* @test
  * @bug 4914611
  * @summary Test for JDWP: -agentlib:jdwp=suspend=n hanging
+ *
  * @library /lib/testlibrary
  * @modules java.management
+ *
  * @build jdk.testlibrary.*
  * @compile -g HelloWorld.java
  * @run driver SuspendNoFlagTest
  */
 public class SuspendNoFlagTest {
< prev index next >