< prev index next >

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

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

*** 29,49 **** import jdk.testlibrary.ProcessThread; /* * @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.* Application * @run main PermissionTest - * - * Unit test for Attach API - - * this checks that a SecurityException is thrown as expected. */ public class PermissionTest { /* * The actual test is in the nested class TestMain. --- 29,48 ---- import jdk.testlibrary.ProcessThread; /* * @test * @bug 6173612 6273707 6277253 6335921 6348630 6342019 6381757 ! * @summary Basic unit tests for the VM attach mechanism. Unit test for Attach ! * API - this checks that a SecurityException is thrown as expected. ! * * @library /lib/testlibrary * @modules java.management * jdk.attach * jdk.jartool/sun.tools.jar + * * @run build jdk.testlibrary.* Application * @run main PermissionTest */ public class PermissionTest { /* * The actual test is in the nested class TestMain.
< prev index next >