< prev index next >

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

Print this page

        

*** 36,49 **** * @bug 8023093 8138748 8142398 * @summary Performs a sanity test for the ManagementAgent.status diagnostic command. * Management agent may be disabled, started (only local connections) and started. * The test asserts that the expected text is being printed. * - * @library /lib/testlibrary * @library /test/lib * ! * @build jdk.testlibrary.* PortAllocator TestApp ManagementAgentJcmd * JMXStatusTest JMXStatus1Test JMXStatus2Test * @run testng/othervm -XX:+UsePerfData JMXStatus1Test * @run testng/othervm -XX:+UsePerfData JMXStatus2Test */ abstract public class JMXStatusTest { --- 36,48 ---- * @bug 8023093 8138748 8142398 * @summary Performs a sanity test for the ManagementAgent.status diagnostic command. * Management agent may be disabled, started (only local connections) and started. * The test asserts that the expected text is being printed. * * @library /test/lib * ! * @build PortAllocator TestApp ManagementAgentJcmd * JMXStatusTest JMXStatus1Test JMXStatus2Test * @run testng/othervm -XX:+UsePerfData JMXStatus1Test * @run testng/othervm -XX:+UsePerfData JMXStatus2Test */ abstract public class JMXStatusTest {
< prev index next >