hotspot/test/gc/g1/TestHumongousShrinkHeap.java
changeset 26321 18d281f5acae
parent 24841 5fc47eabda8b
child 26695 18baf1a5a8ce
equal deleted inserted replaced
26320:fc0a95c692f5 26321:18d281f5acae
    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 8041506, 8041946, 8042051
       
    26  * @test TestHumongousShrinkHeap
    25  * @test TestHumongousShrinkHeap
    27  * @bug 8036025
    26  * @bug 8036025 8056043
    28  * @summary Verify that heap shrinks after GC in the presence of fragmentation due to humongous objects
    27  * @summary Verify that heap shrinks after GC in the presence of fragmentation due to humongous objects
    29  * @library /testlibrary
    28  * @library /testlibrary
    30  * @run main/othervm -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=50 -XX:+UseG1GC -XX:G1HeapRegionSize=1M -verbose:gc TestHumongousShrinkHeap
    29  * @run main/othervm -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=50 -XX:+UseG1GC -XX:G1HeapRegionSize=1M -verbose:gc TestHumongousShrinkHeap
    31  */
    30  */
    32 
    31