< prev index next >

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

Print this page

        

*** 32,47 **** * @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 * @library /test/lib * @modules jdk.attach * jdk.jartool/sun.tools.jar * ! * @run build jdk.testlibrary.* Application * @run main PermissionTest */ public class PermissionTest { /* --- 32,46 ---- * @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 /test/lib * @modules jdk.attach * jdk.jartool/sun.tools.jar * ! * @run build Application * @run main PermissionTest */ public class PermissionTest { /*
< prev index next >