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

test/compiler/tiered/TieredLevelsTest.java

Print this page

        

*** 21,34 **** * questions. */ /** * @test TieredLevelsTest ! * @library /testlibrary /testlibrary/whitebox /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::* * TieredLevelsTest * @summary Verify that all levels < 'TieredStopAtLevel' can be used --- 21,34 ---- * questions. */ /** * @test TieredLevelsTest ! * @library /testlibrary /../../test/lib /compiler/whitebox * @build TieredLevelsTest ! * @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::* * TieredLevelsTest * @summary Verify that all levels < 'TieredStopAtLevel' can be used
test/compiler/tiered/TieredLevelsTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File