< prev index next >

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

Print this page
rev 51789 : [mq]: asserts

@@ -25,14 +25,13 @@
  * @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
+ * @build ClientConnection JdpTestUtil JdpTestCase JdpJmxRemoteDynamicPortTestCase DynamicLauncher
  * @run main/othervm JdpJmxRemoteDynamicPortTest
  */
 
 import java.lang.management.ManagementFactory;
 
< prev index next >