jdk/test/java/lang/management/MemoryMXBean/LowMemoryTest.java
changeset 24366 57c0a8b7a936
parent 23933 754ee146b623
child 25999 1e494b91a5a5
equal deleted inserted replaced
24365:79018fe41ff9 24366:57c0a8b7a936
    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  * @build LowMemoryTest MemoryUtil RunUtil
    34  * @build jdk.testlibrary.* LowMemoryTest MemoryUtil RunUtil
    35  * @run main/timeout=600 LowMemoryTest
    35  * @run main/timeout=600 LowMemoryTest
    36  */
    36  */
    37 
    37 
    38 import java.lang.management.*;
    38 import java.lang.management.*;
    39 import java.util.*;
    39 import java.util.*;