test/compiler/tiered/NonTieredLevelsTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/tiered/NonTieredLevelsTest.java

test/compiler/tiered/NonTieredLevelsTest.java

Print this page

        

*** 23,36 **** import java.util.function.IntPredicate; /** * @test NonTieredLevelsTest ! * @library /testlibrary /testlibrary/whitebox /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::* * NonTieredLevelsTest * @summary Verify that only one level can be used --- 23,36 ---- import java.util.function.IntPredicate; /** * @test NonTieredLevelsTest ! * @library /testlibrary /../../test/lib /compiler/whitebox * @build NonTieredLevelsTest ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:-TieredCompilation * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* * NonTieredLevelsTest * @summary Verify that only one level can be used
test/compiler/tiered/NonTieredLevelsTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File