< prev index next >

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

Print this page

        

*** 40,53 **** * @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 { private final static String TEST_APP_NAME = "TestApp"; --- 40,52 ---- * @bug 8075926 * @key intermittent * @summary Makes sure that the current management agent status is reflected * in the related performance counters. * * @library /test/lib * ! * @build PortAllocator TestApp ManagementAgentJcmd * @run testng/othervm -XX:+UsePerfData JMXStatusPerfCountersTest */ public class JMXStatusPerfCountersTest { private final static String TEST_APP_NAME = "TestApp";
< prev index next >