< 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,35 **** /** * @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; --- 24,36 ---- /** * @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 ! * * @build jdk.testlibrary.* ClientConnection JdpTestUtil JdpTestCase JdpJmxRemoteDynamicPortTestCase DynamicLauncher * @run main/othervm JdpJmxRemoteDynamicPortTest */ import java.lang.management.ManagementFactory;
< prev index next >