test/hotspot/jtreg/gc/parallel/AdaptiveGCBoundary.java
changeset 48883 0f1be3c7b6b2
parent 47216 71c04702a3d5
child 53523 4c5184c56dc2
equal deleted inserted replaced
48882:6b510cb0f14f 48883:0f1be3c7b6b2
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test AdaptiveGCBoundary
    25  * @test AdaptiveGCBoundary
       
    26  * @key gc regression
    26  * @summary UseAdaptiveGCBoundary is broken
    27  * @summary UseAdaptiveGCBoundary is broken
    27  * @bug 8014546
    28  * @bug 8014546
    28  * @key gc
       
    29  * @key regression
       
    30  * @library /test/lib
    29  * @library /test/lib
    31  * @modules java.base/jdk.internal.misc
    30  * @modules java.base/jdk.internal.misc
    32  *          java.management
    31  *          java.management
    33  * @run main/othervm AdaptiveGCBoundary
    32  * @run main/othervm AdaptiveGCBoundary
    34  * @author jon.masamitsu@oracle.com
    33  * @author jon.masamitsu@oracle.com