< prev index next >

test/compiler/tiered/LevelTransitionTest.java

Print this page

        

*** 22,37 **** */ /** * @test LevelTransitionTest * @summary Test the correctness of compilation level transitions for different methods ! * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * java.management * * @ignore 8067651 ! * @build compiler.tiered.TransitionsTestExecutor compiler.tiered.LevelTransitionTest * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=240 -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:+TieredCompilation -XX:-UseCounterDecay * -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCaseHelper::* --- 22,37 ---- */ /** * @test LevelTransitionTest * @summary Test the correctness of compilation level transitions for different methods ! * @library /test/lib / * @modules java.base/jdk.internal.misc * java.management * * @ignore 8067651 ! * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=240 -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -XX:+TieredCompilation -XX:-UseCounterDecay * -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCaseHelper::*
< prev index next >