< prev index next >

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

Print this page
rev 51731 : imported patch 8210732

*** 32,54 **** import javax.management.remote.JMXServiceURL; import javax.management.remote.JMXConnector; import javax.management.remote.JMXConnectorFactory; import jdk.test.lib.thread.ProcessThread; ! import jdk.testlibrary.Utils; /* * @test * @summary Test for VirtualMachine.startManagementAgent and VirtualMachine.startLocalManagementAgent * - * @library /lib/testlibrary * @library /test/lib * @modules java.management * jdk.attach * jdk.jartool/sun.tools.jar * ! * @run build jdk.testlibrary.* Application SimpleProvider jdk.testlibrary.* * @run main/timeout=300 StartManagementAgent */ /* * This test is not meant to test all possible configuration parameters to --- 32,53 ---- import javax.management.remote.JMXServiceURL; import javax.management.remote.JMXConnector; import javax.management.remote.JMXConnectorFactory; import jdk.test.lib.thread.ProcessThread; ! import jdk.test.lib.Utils; /* * @test * @summary Test for VirtualMachine.startManagementAgent and VirtualMachine.startLocalManagementAgent * * @library /test/lib * @modules java.management * jdk.attach * jdk.jartool/sun.tools.jar * ! * @run build Application SimpleProvider * @run main/timeout=300 StartManagementAgent */ /* * This test is not meant to test all possible configuration parameters to
< prev index next >