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

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

*** 40,52 **** * @bug 5016507 6173612 6319776 6342019 6484550 8004926 * @summary Start a managed VM and test that a management tool can connect * without connection or username/password details. * TestManager will attempt a connection to the address obtained from * both agent properties and jvmstat buffer. ! * @build jdk.testlibrary.ProcessTools ! * @build jdk.testlibrary.Utils ! * @build TestManager TestApplication * @run main/othervm/timeout=300 -XX:+UsePerfData LocalManagementTest */ import jdk.testlibrary.ProcessTools; import jdk.testlibrary.Utils; --- 40,50 ---- * @bug 5016507 6173612 6319776 6342019 6484550 8004926 * @summary Start a managed VM and test that a management tool can connect * without connection or username/password details. * TestManager will attempt a connection to the address obtained from * both agent properties and jvmstat buffer. ! * @build jdk.testlibrary.* TestManager TestApplication * @run main/othervm/timeout=300 -XX:+UsePerfData LocalManagementTest */ import jdk.testlibrary.ProcessTools; import jdk.testlibrary.Utils;