hotspot/test/gc/arguments/TestNewSizeThreadIncrease.java
changeset 40631 ed82623d7831
parent 39414 4adf52148100
child 41705 332239c052cc
equal deleted inserted replaced
40629:514bf0744294 40631:ed82623d7831
    24 /*
    24 /*
    25  * @test TestNewSizeThreadIncrease
    25  * @test TestNewSizeThreadIncrease
    26  * @key gc
    26  * @key gc
    27  * @bug 8144527
    27  * @bug 8144527
    28  * @summary Tests argument processing for NewSizeThreadIncrease
    28  * @summary Tests argument processing for NewSizeThreadIncrease
    29  * @library /testlibrary
    29  * @library /test/lib
    30  * @requires vm.gc.Serial
    30  * @requires vm.gc.Serial
    31  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    32  *          java.management
    32  *          java.management
    33  */
    33  */
    34 
    34 
    35 
    35 
    36 import jdk.test.lib.*;
    36 import jdk.test.lib.Platform;
       
    37 import jdk.test.lib.process.OutputAnalyzer;
       
    38 import jdk.test.lib.process.ProcessTools;
       
    39 
    37 
    40 
    38 // Range of NewSizeThreadIncrease is 0 ~ max_uintx.
    41 // Range of NewSizeThreadIncrease is 0 ~ max_uintx.
    39 // Total of 5 threads will be created (1 GCTest thread and 4 TestThread).
    42 // Total of 5 threads will be created (1 GCTest thread and 4 TestThread).
    40 public class TestNewSizeThreadIncrease {
    43 public class TestNewSizeThreadIncrease {
    41   static final String VALID_VALUE = "2097152"; // 2MB
    44   static final String VALID_VALUE = "2097152"; // 2MB