< prev index next >

test/compiler/arguments/CheckCompileThresholdScaling.java

Print this page

        

*** 23,42 **** /* * @test CheckCompileThresholdScaling * @bug 8059604 * @summary Add CompileThresholdScaling flag to control when methods are first compiled (with +/-TieredCompilation) ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management * @run driver compiler.arguments.CheckCompileThresholdScaling */ package compiler.arguments; ! import jdk.test.lib.OutputAnalyzer; ! import jdk.test.lib.ProcessTools; public class CheckCompileThresholdScaling { // The flag CompileThresholdScaling scales compilation thresholds // in the following way: --- 23,42 ---- /* * @test CheckCompileThresholdScaling * @bug 8059604 * @summary Add CompileThresholdScaling flag to control when methods are first compiled (with +/-TieredCompilation) ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run driver compiler.arguments.CheckCompileThresholdScaling */ package compiler.arguments; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; public class CheckCompileThresholdScaling { // The flag CompileThresholdScaling scales compilation thresholds // in the following way:
< prev index next >