hotspot/test/gc/cms/TestCMSScavengeBeforeRemark.java
changeset 39414 4adf52148100
parent 35061 be6025ebffea
child 41705 332239c052cc
equal deleted inserted replaced
39403:37f78de0f227 39414:4adf52148100
     1 /*
     1 /*
     2 * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2 * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 *
     4 *
     5 * This code is free software; you can redistribute it and/or modify it
     5 * This code is free software; you can redistribute it and/or modify it
     6 * under the terms of the GNU General Public License version 2 only, as
     6 * under the terms of the GNU General Public License version 2 only, as
     7 * published by the Free Software Foundation.
     7 * published by the Free Software Foundation.
    23 
    23 
    24 /*
    24 /*
    25  * @test TestCMSScavengeBeforeRemark
    25  * @test TestCMSScavengeBeforeRemark
    26  * @key gc
    26  * @key gc
    27  * @bug 8139868
    27  * @bug 8139868
    28  * @requires vm.gc=="ConcMarkSweep" | vm.gc=="null"
    28  * @requires vm.gc.ConcMarkSweep
    29  * @summary Run CMS with CMSScavengeBeforeRemark
    29  * @summary Run CMS with CMSScavengeBeforeRemark
    30  * @run main/othervm -XX:+UseConcMarkSweepGC -XX:+CMSScavengeBeforeRemark -XX:+ExplicitGCInvokesConcurrent -Xmx256m -Xlog:gc=debug TestCMSScavengeBeforeRemark
    30  * @run main/othervm -XX:+UseConcMarkSweepGC -XX:+CMSScavengeBeforeRemark -XX:+ExplicitGCInvokesConcurrent -Xmx256m -Xlog:gc=debug TestCMSScavengeBeforeRemark
    31  */
    31  */
    32 
    32 
    33 public class TestCMSScavengeBeforeRemark {
    33 public class TestCMSScavengeBeforeRemark {