< prev index next >

test/jdk/sun/management/jdp/JdpJmxRemoteDynamicPortTest.java

Print this page
rev 51789 : [mq]: asserts

*** 25,38 **** * @test JdpJmxRemoteDynamicPortTest.java * @bug 8167337 * @summary Verify a non-zero value is assigned to jmxremote.port * when VM is started with jmxremote.port=0. * - * @library /lib/testlibrary * @library /test/lib * ! * @build jdk.testlibrary.* ClientConnection JdpTestUtil JdpTestCase JdpJmxRemoteDynamicPortTestCase DynamicLauncher * @run main/othervm JdpJmxRemoteDynamicPortTest */ import java.lang.management.ManagementFactory; --- 25,37 ---- * @test JdpJmxRemoteDynamicPortTest.java * @bug 8167337 * @summary Verify a non-zero value is assigned to jmxremote.port * when VM is started with jmxremote.port=0. * * @library /test/lib * ! * @build ClientConnection JdpTestUtil JdpTestCase JdpJmxRemoteDynamicPortTestCase DynamicLauncher * @run main/othervm JdpJmxRemoteDynamicPortTest */ import java.lang.management.ManagementFactory;
< prev index next >