hotspot/test/gc/g1/TestHumongousAllocNearlyFullRegion.java
changeset 38152 80e5da81fb2c
parent 35061 be6025ebffea
child 40631 ed82623d7831
equal deleted inserted replaced
38151:fffedc5e5cf8 38152:80e5da81fb2c
    24 /*
    24 /*
    25  * @test TestHumongousAllocNearlyFullRegion
    25  * @test TestHumongousAllocNearlyFullRegion
    26  * @bug 8143587
    26  * @bug 8143587
    27  * @summary G1: humongous object allocations should work even when there is
    27  * @summary G1: humongous object allocations should work even when there is
    28  *              not enough space in the heapRegion to fit a filler object.
    28  *              not enough space in the heapRegion to fit a filler object.
       
    29  * @modules java.base/jdk.internal.misc
    29  * @library /testlibrary
    30  * @library /testlibrary
    30  * @run driver TestHumongousAllocNearlyFullRegion
    31  * @run driver TestHumongousAllocNearlyFullRegion
    31  */
    32  */
    32 
    33 
    33 import jdk.test.lib.*;
    34 import jdk.test.lib.*;