< prev index next >

test/compiler/tiered/TieredLevelsTest.java

Print this page

        

*** 19,38 **** * 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 TieredLevelsTest ! * @library /testlibrary /../../test/lib /compiler/whitebox * @modules java.management * @build TieredLevelsTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+TieredCompilation * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI ! * -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* * TieredLevelsTest * @summary Verify that all levels &lt; 'TieredStopAtLevel' can be used * @author igor.ignatyev@oracle.com */ public class TieredLevelsTest extends CompLevelsTest { --- 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 compiler.whitebox.CompilerWhiteBoxTest; + /** * @test TieredLevelsTest ! * @library /testlibrary /../../test/lib / * @modules java.management * @build TieredLevelsTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+TieredCompilation * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI ! * -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCase$Helper::* * TieredLevelsTest * @summary Verify that all levels &lt; 'TieredStopAtLevel' can be used * @author igor.ignatyev@oracle.com */ public class TieredLevelsTest extends CompLevelsTest {
< prev index next >