< 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,11 +26,10 @@
  * @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.*;
< prev index next >