< prev index next >

test/jdk/sun/management/jmxremote/startstop/JMXStatusPerfCountersTest.java

Print this page
rev 51638 : [mq]: 8210112

@@ -30,21 +30,22 @@
 import org.testng.annotations.BeforeClass;
 import org.testng.annotations.BeforeMethod;
 import org.testng.annotations.BeforeTest;
 import org.testng.annotations.Test;
 
-import jdk.testlibrary.ProcessTools;
+import jdk.test.lib.process.ProcessTools;
 
 
 /**
  * @test
  * @bug 8075926
  * @key intermittent
  * @summary Makes sure that the current management agent status is reflected
  *          in the related performance counters.
  *
  * @library /lib/testlibrary
+ * @library /test/lib
  *
  * @build jdk.testlibrary.* PortAllocator TestApp ManagementAgentJcmd
  * @run testng/othervm -XX:+UsePerfData JMXStatusPerfCountersTest
  */
 public class JMXStatusPerfCountersTest {
< prev index next >