test/hotspot/jtreg/gc/arguments/TestNewSizeThreadIncrease.java
changeset 53523 4c5184c56dc2
parent 47216 71c04702a3d5
child 55610 47fdb5b0fa41
equal deleted inserted replaced
53522:40eb23e0a8c5 53523:4c5184c56dc2
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 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.arguments;
       
    25 
    24 /*
    26 /*
    25  * @test TestNewSizeThreadIncrease
    27  * @test TestNewSizeThreadIncrease
    26  * @key gc
    28  * @key gc
    27  * @bug 8144527
    29  * @bug 8144527
    28  * @summary Tests argument processing for NewSizeThreadIncrease
    30  * @summary Tests argument processing for NewSizeThreadIncrease
    29  * @library /test/lib
    31  * @library /test/lib
    30  * @requires vm.gc.Serial
    32  * @requires vm.gc.Serial
    31  * @modules java.base/jdk.internal.misc
    33  * @modules java.base/jdk.internal.misc
    32  *          java.management
    34  *          java.management
       
    35  * @run main gc.arguments.TestNewSizeThreadIncrease
    33  */
    36  */
    34 
    37 
    35 
    38 
    36 import jdk.test.lib.Platform;
    39 import jdk.test.lib.Platform;
    37 import jdk.test.lib.process.OutputAnalyzer;
    40 import jdk.test.lib.process.OutputAnalyzer;