< prev index next >

test/java/lang/management/ThreadMXBean/ThreadBlockedCount.java

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

*** 25,35 **** * @test * @bug 4530538 * @summary Basic unit test of ThreadInfo.getBlockedCount() * @author Alexei Guibadoulline and Mandy Chung * @author Jaroslav Bachorik ! * @modules java.management * @run main ThreadBlockedCount */ import java.lang.management.*; import java.util.concurrent.Phaser; --- 25,35 ---- * @test * @bug 4530538 * @summary Basic unit test of ThreadInfo.getBlockedCount() * @author Alexei Guibadoulline and Mandy Chung * @author Jaroslav Bachorik ! * * @run main ThreadBlockedCount */ import java.lang.management.*; import java.util.concurrent.Phaser;
< prev index next >