< prev index next >

test/java/lang/management/MemoryPoolMXBean/ThresholdTest.java

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

*** 26,36 **** * @bug 6546089 * @summary Basic unit test of MemoryPoolMXBean.isUsageThresholdExceeded() and * MemoryPoolMXBean.isCollectionThresholdExceeded(). * @author Mandy Chung * - * @modules java.management * @run main/othervm ThresholdTest */ import java.lang.management.*; import java.util.*; --- 26,35 ----
< prev index next >