< prev index next >

test/javax/management/monitor/GaugeMonitorDeadlockTest.java

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

*** 25,36 **** * @test * @bug 6303187 * @summary Test that no locks are held when a monitor attribute is sampled * or notif delivered. * @author Eamonn McManus * @library /lib/testlibrary ! * @modules java.management * @run clean GaugeMonitorDeadlockTest * @run build GaugeMonitorDeadlockTest * @run main GaugeMonitorDeadlockTest 1 * @run main GaugeMonitorDeadlockTest 2 * @run main GaugeMonitorDeadlockTest 3 --- 25,37 ---- * @test * @bug 6303187 * @summary Test that no locks are held when a monitor attribute is sampled * or notif delivered. * @author Eamonn McManus + * * @library /lib/testlibrary ! * * @run clean GaugeMonitorDeadlockTest * @run build GaugeMonitorDeadlockTest * @run main GaugeMonitorDeadlockTest 1 * @run main GaugeMonitorDeadlockTest 2 * @run main GaugeMonitorDeadlockTest 3
< prev index next >