< prev index next >

test/com/sun/tools/attach/ProviderTest.java

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

*** 29,48 **** import com.sun.tools.attach.spi.AttachProvider; /* * @test * @bug 6173612 6273707 6277253 6335921 6348630 6342019 6381757 ! * @summary Basic unit tests for the VM attach mechanism. ! * @modules jdk.jartool/sun.tools.jar * @library /lib/testlibrary * @modules java.management * jdk.attach * jdk.jartool/sun.tools.jar * @run build jdk.testlibrary.* SimpleProvider * @run main ProviderTest - * - * The test will attach and detach to/from the running Application. */ public class ProviderTest { /* * The actual tests are in the nested class TestMain below. --- 29,48 ---- import com.sun.tools.attach.spi.AttachProvider; /* * @test * @bug 6173612 6273707 6277253 6335921 6348630 6342019 6381757 ! * @summary Basic unit tests for the VM attach mechanism. The test will attach ! * and detach to/from the running Application. ! * * @library /lib/testlibrary * @modules java.management * jdk.attach * jdk.jartool/sun.tools.jar + * * @run build jdk.testlibrary.* SimpleProvider * @run main ProviderTest */ public class ProviderTest { /* * The actual tests are in the nested class TestMain below.
< prev index next >