hotspot/test/compiler/startup/NumCompilerThreadsCheck.java
changeset 36851 03e2f4d0a421
parent 31371 311143309e73
child 40059 c2304140ed64
equal deleted inserted replaced
36850:ada6dcfa50dc 36851:03e2f4d0a421
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8034775
    26  * @bug 8034775
    27  * @summary Ensures correct minimal number of compiler threads (provided by -XX:CICompilerCount=)
    27  * @summary Ensures correct minimal number of compiler threads (provided by -XX:CICompilerCount=)
    28  * @library /testlibrary
    28  * @library /testlibrary
    29  * @modules java.base/sun.misc
    29  * @modules java.base/jdk.internal.misc
    30  *          java.management
    30  *          java.management
    31  */
    31  */
    32 import jdk.test.lib.*;
    32 import jdk.test.lib.*;
    33 
    33 
    34 public class NumCompilerThreadsCheck {
    34 public class NumCompilerThreadsCheck {