hotspot/test/gc/stress/TestStressG1Humongous.java
changeset 39978 d79e47b2d2d9
parent 39414 4adf52148100
child 39981 eb1282859915
equal deleted inserted replaced
39977:2965795a0723 39978:d79e47b2d2d9
    24  /*
    24  /*
    25  * @test TestStressG1Humongous
    25  * @test TestStressG1Humongous
    26  * @key gc
    26  * @key gc
    27  * @key stress
    27  * @key stress
    28  * @summary Stress G1 by humongous allocations in situation near OOM
    28  * @summary Stress G1 by humongous allocations in situation near OOM
       
    29  * Fails intermittently on 32-bit VMs due to 8160827 so quarantine
       
    30  * it on those platforms:
       
    31  * @requires vm.bits != "32"
    29  * @requires vm.gc.G1
    32  * @requires vm.gc.G1
    30  * @requires !vm.flightRecorder
    33  * @requires !vm.flightRecorder
    31  * @run main/othervm/timeout=200 -Xlog:gc=debug -Xmx1g -XX:+UseG1GC -XX:G1HeapRegionSize=4m
    34  * @run main/othervm/timeout=200 -Xlog:gc=debug -Xmx1g -XX:+UseG1GC -XX:G1HeapRegionSize=4m
    32  *              -Dtimeout=120 -Dthreads=3 -Dhumongoussize=1.1 -Dregionsize=4 TestStressG1Humongous
    35  *              -Dtimeout=120 -Dthreads=3 -Dhumongoussize=1.1 -Dregionsize=4 TestStressG1Humongous
    33  * @run main/othervm/timeout=200 -Xlog:gc=debug -Xmx1g -XX:+UseG1GC -XX:G1HeapRegionSize=16m
    36  * @run main/othervm/timeout=200 -Xlog:gc=debug -Xmx1g -XX:+UseG1GC -XX:G1HeapRegionSize=16m