< prev index next >

test/jdk/sun/management/jmxremote/bootstrap/LocalManagementTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 25,35 **** import java.lang.reflect.Modifier; import java.util.ArrayList; import java.util.List; import java.util.concurrent.atomic.AtomicReference; ! import jdk.testlibrary.ProcessTools; import jdk.testlibrary.Utils; /** * @test * @bug 5016507 6173612 6319776 6342019 6484550 8004926 --- 25,35 ---- import java.lang.reflect.Modifier; import java.util.ArrayList; import java.util.List; import java.util.concurrent.atomic.AtomicReference; ! import jdk.test.lib.process.ProcessTools; import jdk.testlibrary.Utils; /** * @test * @bug 5016507 6173612 6319776 6342019 6484550 8004926
*** 37,46 **** --- 37,47 ---- * without connection or username/password details. * TestManager will attempt a connection to the address obtained from * both agent properties and jvmstat buffer. * * @library /lib/testlibrary + * @library /test/lib * @modules java.management * jdk.attach * jdk.management.agent/jdk.internal.agent * * @build jdk.testlibrary.* TestManager TestApplication
< prev index next >