< prev index next >

test/compiler/tiered/TieredLevelsTest.java

Print this page

        

*** 22,32 **** */ /** * @test TieredLevelsTest * @library /testlibrary /../../test/lib /compiler/whitebox ! * @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::* --- 22,32 ---- */ /** * @test TieredLevelsTest * @library /testlibrary /../../test/lib /compiler/whitebox ! * @build com.oracle.java.testlibrary.* 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::*
< prev index next >