hotspot/test/gc/stress/gcbasher/TestGCBasherWithCMS.java
changeset 43455 96560cffef4d
parent 43441 577efc45fed8
child 46359 76dd8f312458
equal deleted inserted replaced
43454:c11ebe3f754c 43455:96560cffef4d
    27 /*
    27 /*
    28  * @test TestGCBasherWithCMS
    28  * @test TestGCBasherWithCMS
    29  * @key gc
    29  * @key gc
    30  * @key stress
    30  * @key stress
    31  * @requires vm.gc.ConcMarkSweep
    31  * @requires vm.gc.ConcMarkSweep
    32  * @requires vm.flavor == "server"
    32  * @requires vm.flavor == "server" & !vm.emulatedClient
    33  * @summary Stress the CMS GC by trying to make old objects more likely to be garbage than young objects.
    33  * @summary Stress the CMS GC by trying to make old objects more likely to be garbage than young objects.
    34  * @run main/othervm/timeout=200 -Xlog:gc*=info -Xmx256m -server -XX:+UseConcMarkSweepGC TestGCBasherWithCMS 120000
    34  * @run main/othervm/timeout=200 -Xlog:gc*=info -Xmx256m -server -XX:+UseConcMarkSweepGC TestGCBasherWithCMS 120000
    35  */
    35  */
    36 public class TestGCBasherWithCMS {
    36 public class TestGCBasherWithCMS {
    37     public static void main(String[] args) throws IOException {
    37     public static void main(String[] args) throws IOException {