< prev index next >

test/compiler/tiered/NonTieredLevelsTest.java

Print this page

        

*** 24,34 **** import java.util.function.IntPredicate; /** * @test NonTieredLevelsTest * @library /testlibrary /../../test/lib /compiler/whitebox ! * @build NonTieredLevelsTest * @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::* --- 24,34 ---- import java.util.function.IntPredicate; /** * @test NonTieredLevelsTest * @library /testlibrary /../../test/lib /compiler/whitebox ! * @build com.oracle.java.testlibrary.* NonTieredLevelsTest * @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 >