test/sun/management/jmxremote/startstop/JMXStartStopTest.java

Print this page
rev 9529 : 8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError

*** 52,65 **** /** * @test * @bug 7110104 * @library /lib/testlibrary ! * @build jdk.testlibrary.ProcessTools ! * @build jdk.testlibrary.JDKToolLauncher ! * @build jdk.testlibrary.Utils ! * @build JMXStartStopTest JMXStartStopDoSomething * @run main/othervm JMXStartStopTest * @summary Makes sure that enabling/disabling the management agent through * JCMD achieves the desired results */ public class JMXStartStopTest { --- 52,62 ---- /** * @test * @bug 7110104 * @library /lib/testlibrary ! * @build jdk.testlibrary.* JMXStartStopTest JMXStartStopDoSomething * @run main/othervm JMXStartStopTest * @summary Makes sure that enabling/disabling the management agent through * JCMD achieves the desired results */ public class JMXStartStopTest {