< prev index next >

test/compiler/arguments/CheckCICompilerCount.java

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

*** 19,41 **** * 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 CheckCheckCICompilerCount * @bug 8130858 * @bug 8132525 * @summary Check that correct range of values for CICompilerCount are allowed depending on whether tiered is enabled or not ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management ! * @run main CheckCICompilerCount */ public class CheckCICompilerCount { private static final String[][] NON_TIERED_ARGUMENTS = { { "-server", "-XX:-TieredCompilation", --- 19,44 ---- * 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 CheckCheckCICompilerCount * @bug 8130858 * @bug 8132525 * @summary Check that correct range of values for CICompilerCount are allowed depending on whether tiered is enabled or not ! * @library /testlibrary / * @modules java.base/jdk.internal.misc * java.management ! * @run driver compiler.arguments.CheckCICompilerCount */ + package compiler.arguments; + + import jdk.test.lib.OutputAnalyzer; + import jdk.test.lib.ProcessTools; + public class CheckCICompilerCount { private static final String[][] NON_TIERED_ARGUMENTS = { { "-server", "-XX:-TieredCompilation",
< prev index next >