test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithG1.java
changeset 48883 0f1be3c7b6b2
parent 47800 df4f4688b13d
child 53523 4c5184c56dc2
equal deleted inserted replaced
48882:6b510cb0f14f 48883:0f1be3c7b6b2
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 /*
    25 /*
    26  * @test TestSystemGCWithG1
    26  * @test TestSystemGCWithG1
       
    27  * @key gc stress
    27  * @bug 8190703
    28  * @bug 8190703
    28  * @key gc
       
    29  * @key stress
       
    30  * @requires vm.gc.G1
    29  * @requires vm.gc.G1
    31  * @summary Stress the G1 GC full GC by allocating objects of different lifetimes concurrently with System.gc().
    30  * @summary Stress the G1 GC full GC by allocating objects of different lifetimes concurrently with System.gc().
    32  * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UseG1GC TestSystemGCWithG1 270
    31  * @run main/othervm/timeout=300 -Xlog:gc*=info -Xmx512m -XX:+UseG1GC TestSystemGCWithG1 270
    33  */
    32  */
    34 public class TestSystemGCWithG1 {
    33 public class TestSystemGCWithG1 {