test/hotspot/jtreg/gc/parallel/AdaptiveGCBoundary.java
changeset 53523 4c5184c56dc2
parent 48883 0f1be3c7b6b2
child 54638 9b8926bf85c1
equal deleted inserted replaced
53522:40eb23e0a8c5 53523:4c5184c56dc2
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2019, 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.
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
       
    24 package gc.parallel;
       
    25 
    24 /**
    26 /**
    25  * @test AdaptiveGCBoundary
    27  * @test AdaptiveGCBoundary
    26  * @key gc regression
    28  * @key gc regression
    27  * @summary UseAdaptiveGCBoundary is broken
    29  * @summary UseAdaptiveGCBoundary is broken
    28  * @bug 8014546
    30  * @bug 8014546
    29  * @library /test/lib
    31  * @library /test/lib
    30  * @modules java.base/jdk.internal.misc
    32  * @modules java.base/jdk.internal.misc
    31  *          java.management
    33  *          java.management
    32  * @run main/othervm AdaptiveGCBoundary
    34  * @run main/othervm gc.parallel.AdaptiveGCBoundary
    33  * @author jon.masamitsu@oracle.com
    35  * @author jon.masamitsu@oracle.com
    34  */
    36  */
    35 
    37 
    36 import jdk.test.lib.process.ProcessTools;
    38 import jdk.test.lib.process.ProcessTools;
    37 import jdk.test.lib.process.OutputAnalyzer;
    39 import jdk.test.lib.process.OutputAnalyzer;