< prev index next >

test/com/sun/management/OperatingSystemMXBean/MemoryStatusOverflow.java

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

@@ -27,11 +27,10 @@
  * @bug     6853676
  * @summary On computers with more than 4 GB of memory,
  *      the GlobalMemoryStatus function can return incorrect information,
  *      reporting a value of -1 to indicate an overflow.
  *
- * @modules jdk.management
  * @run main MemoryStatusOverflow
  */
 
 import java.lang.reflect.Method;
 import java.util.Arrays;
< prev index next >