< prev index next >

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

Print this page

        

*** 42,58 **** * @bug 6173612 6273707 6277253 6335921 6348630 6342019 6381757 * @key intermittent * @summary Basic unit tests for the VM attach mechanism. This test will perform * a number of basic attach tests. * - * @library /lib/testlibrary * @library /test/lib * @modules java.instrument * jdk.attach * jdk.jartool/sun.tools.jar * ! * @run build jdk.testlibrary.* Agent BadAgent RedefineAgent Application RedefineDummy RunnerUtil * @run main BasicTests */ public class BasicTests { /* --- 42,57 ---- * @bug 6173612 6273707 6277253 6335921 6348630 6342019 6381757 * @key intermittent * @summary Basic unit tests for the VM attach mechanism. This test will perform * a number of basic attach tests. * * @library /test/lib * @modules java.instrument * jdk.attach * jdk.jartool/sun.tools.jar * ! * @run build Agent BadAgent RedefineAgent Application RedefineDummy RunnerUtil * @run main BasicTests */ public class BasicTests { /*
< prev index next >