< prev index next >

test/compiler/tiered/CompLevelsTest.java

Print this page

        

*** 24,33 **** --- 24,36 ---- /** * Abstract class for testing of used compilation levels correctness. * * @author igor.ignatyev@oracle.com */ + + import compiler.whitebox.CompilerWhiteBoxTest; + public abstract class CompLevelsTest extends CompilerWhiteBoxTest { protected CompLevelsTest(TestCase testCase) { super(testCase); // to prevent inlining of #method WHITE_BOX.testSetDontInlineMethod(method, true);
< prev index next >