< prev index next >

test/compiler/arguments/CheckCompileThresholdScaling.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 19,40 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ - import jdk.test.lib.*; - /* * @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 main CheckCompileThresholdScaling */ public class CheckCompileThresholdScaling { // The flag CompileThresholdScaling scales compilation thresholds // in the following way: // --- 19,43 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ /* * @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: //
< prev index next >