< 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,53 **** import jdk.testlibrary.ProcessTools; /** * @test * @bug 6434402 8004926 * @library /lib/testlibrary * @modules jdk.management.agent/jdk.internal.agent * @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"); --- 38,57 ---- 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 */ 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 >