jdk/test/java/lang/management/MemoryMXBean/LowMemoryTest.java
changeset 30376 2ccf2cf7ea48
parent 29029 433de2a38271
child 32103 252be3ad6800
equal deleted inserted replaced
30375:6da086d0f46d 30376:2ccf2cf7ea48
    29  *          2) test low memory detection on the old generation.
    29  *          2) test low memory detection on the old generation.
    30  *
    30  *
    31  * @author  Mandy Chung
    31  * @author  Mandy Chung
    32  *
    32  *
    33  * @library /lib/testlibrary/
    33  * @library /lib/testlibrary/
       
    34  * @modules java.management
    34  * @build jdk.testlibrary.* LowMemoryTest MemoryUtil RunUtil
    35  * @build jdk.testlibrary.* LowMemoryTest MemoryUtil RunUtil
    35   * @run main/timeout=600 LowMemoryTest
    36   * @run main/timeout=600 LowMemoryTest
    36  * @requires vm.opt.ExplicitGCInvokesConcurrent != "true"
    37  * @requires vm.opt.ExplicitGCInvokesConcurrent != "true"
    37  * @requires vm.opt.ExplicitGCInvokesConcurrentAndUnloadsClasses != "true"
    38  * @requires vm.opt.ExplicitGCInvokesConcurrentAndUnloadsClasses != "true"
    38  * @requires vm.opt.DisableExplicitGC != "true"
    39  * @requires vm.opt.DisableExplicitGC != "true"