< prev index next >

test/compiler/startup/NumCompilerThreadsCheck.java

Print this page

        

*** 24,33 **** --- 24,35 ---- /* * @test * @bug 8034775 * @summary Ensures correct minimal number of compiler threads (provided by -XX:CICompilerCount=) * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm NumCompilerThreadsCheck */ import com.oracle.java.testlibrary.*; public class NumCompilerThreadsCheck {
< prev index next >