jdk/test/java/lang/management/MemoryMXBean/LowMemoryTest.java
changeset 44423 306c020eb154
parent 41759 873c7ad14bea
child 44478 ed8774740d18
--- a/jdk/test/java/lang/management/MemoryMXBean/LowMemoryTest.java	Thu Mar 16 07:27:14 2017 +0100
+++ b/jdk/test/java/lang/management/MemoryMXBean/LowMemoryTest.java	Wed Mar 15 22:48:59 2017 -0700
@@ -27,17 +27,16 @@
  * @summary Basic unit test of memory management testing:
  *          1) setUsageThreshold() and getUsageThreshold()
  *          2) test low memory detection on the old generation.
- *
  * @author  Mandy Chung
  *
- * @library /lib/testlibrary/
- * @modules java.management
- * @build jdk.testlibrary.* LowMemoryTest MemoryUtil RunUtil
- * @run main/timeout=600 LowMemoryTest
  * @requires vm.gc == "null"
  * @requires vm.opt.ExplicitGCInvokesConcurrent != "true"
  * @requires vm.opt.ExplicitGCInvokesConcurrentAndUnloadsClasses != "true"
  * @requires vm.opt.DisableExplicitGC != "true"
+ * @library /lib/testlibrary/
+ *
+ * @build jdk.testlibrary.* LowMemoryTest MemoryUtil RunUtil
+ * @run main/timeout=600 LowMemoryTest
  */
 
 import java.lang.management.*;