hotspot/test/gc/parallelScavenge/TestDynShrinkHeap.java
changeset 24841 5fc47eabda8b
parent 24667 38c5d155aee9
child 26573 dca8faae7397
equal deleted inserted replaced
24667:38c5d155aee9 24841:5fc47eabda8b
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
       
    25  * @ignore 8042051
    25  * @test TestDynShrinkHeap
    26  * @test TestDynShrinkHeap
    26  * @bug 8016479
    27  * @bug 8016479
    27  * @summary Verify that the heap shrinks after full GC according to the current values of the Min/MaxHeapFreeRatio flags
    28  * @summary Verify that the heap shrinks after full GC according to the current values of the Min/MaxHeapFreeRatio flags
    28  * @library /testlibrary
    29  * @library /testlibrary
    29  * @run main/othervm -XX:+UseAdaptiveSizePolicyWithSystemGC -XX:+UseParallelGC -XX:MinHeapFreeRatio=0 -XX:MaxHeapFreeRatio=100 -Xmx1g -verbose:gc TestDynShrinkHeap
    30  * @run main/othervm -XX:+UseAdaptiveSizePolicyWithSystemGC -XX:+UseParallelGC -XX:MinHeapFreeRatio=0 -XX:MaxHeapFreeRatio=100 -Xmx1g -verbose:gc TestDynShrinkHeap