hotspot/test/gc/cms/TestBubbleUpRef.java
changeset 39414 4adf52148100
parent 35923 45c44344f6b7
child 40854 f20df9375ac9
equal deleted inserted replaced
39403:37f78de0f227 39414:4adf52148100
    26 import java.util.LinkedList;
    26 import java.util.LinkedList;
    27 import java.util.ListIterator;
    27 import java.util.ListIterator;
    28 
    28 
    29 /*
    29 /*
    30  * @test
    30  * @test
    31  * @requires vm.gc=="ConcMarkSweep" | vm.gc == "null"
    31  * @requires vm.gc.ConcMarkSweep
    32  * @key cte_test
    32  * @key cte_test
    33  * @bug 4950157
    33  * @bug 4950157
    34  * @summary Stress the behavior of ergonomics when the heap is nearly full and
    34  * @summary Stress the behavior of ergonomics when the heap is nearly full and
    35  *          stays nearly full.
    35  *          stays nearly full.
    36  * @run main/othervm
    36  * @run main/othervm