< prev index next >

test/sun/management/jdp/JdpJmxRemoteDynamicPortTest.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

@@ -24,12 +24,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
- *  @modules jdk.management.agent/sun.management.jdp
+ *
  *  @build jdk.testlibrary.* ClientConnection JdpTestUtil JdpTestCase JdpJmxRemoteDynamicPortTestCase DynamicLauncher
  *  @run main/othervm JdpJmxRemoteDynamicPortTest
  */
 
 import java.lang.management.ManagementFactory;
< prev index next >