< prev index next >

test/javax/management/MBeanServer/PostRegisterDeadlockTest2.java

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

*** 24,34 **** /* * @test * @bug 6417044 * @summary Test that a failing MBean registration does not lead to a deadlock * @author Eamonn McManus ! * @modules java.management * @run main PostRegisterDeadlockTest2 */ import javax.management.*; --- 24,34 ---- /* * @test * @bug 6417044 * @summary Test that a failing MBean registration does not lead to a deadlock * @author Eamonn McManus ! * * @run main PostRegisterDeadlockTest2 */ import javax.management.*;
< prev index next >