< prev index next >

test/java/lang/management/ManagementFactory/GetObjectName.java

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

*** 24,34 **** /* @test * @bug 7068328 * @summary Test if getObjectName handles properly when called by * multiple threads simultaneously. Run in othervm mode to * make sure the object name is not initialized to begin with. ! * @modules java.management * @run main/othervm GetObjectName */ import java.lang.management.BufferPoolMXBean; import java.lang.management.ManagementFactory; --- 24,34 ---- /* @test * @bug 7068328 * @summary Test if getObjectName handles properly when called by * multiple threads simultaneously. Run in othervm mode to * make sure the object name is not initialized to begin with. ! * * @run main/othervm GetObjectName */ import java.lang.management.BufferPoolMXBean; import java.lang.management.ManagementFactory;
< prev index next >