< prev index next >

test/sun/management/jmxremote/bootstrap/CustomLauncherTest.java

Print this page
rev 16856 : 8177374: fix module dependency declaration in jdk_svc tests
Reviewed-by: duke

@@ -38,16 +38,20 @@
 import jdk.testlibrary.ProcessTools;
 
 /**
  * @test
  * @bug 6434402 8004926
+ * @author Jaroslav Bachorik
+ *
  * @library /lib/testlibrary
  * @modules jdk.management.agent/jdk.internal.agent
+ *          java.management
+ *          jdk.attach
+ *
  * @build jdk.testlibrary.*
  * @build TestManager TestApplication CustomLauncherTest
  * @run main/othervm CustomLauncherTest
- * @author Jaroslav Bachorik
  */
 public class CustomLauncherTest {
     private static final  String TEST_CLASSPATH = System.getProperty("test.class.path");
     private static final  String TEST_JDK = System.getProperty("test.jdk");
     private static final  String WORK_DIR = System.getProperty("user.dir");
< prev index next >