< prev index next >

test/compiler/whitebox/DeoptimizeFramesTest.java

Print this page

        

*** 23,36 **** /* * @test DeoptimizeFramesTest * @bug 8028595 * @summary testing of WB::deoptimizeFrames() ! * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * java.management ! * @build compiler.whitebox.DeoptimizeFramesTest * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -Xmixed -XX:-UseCounterDecay * -XX:CompileCommand=compileonly,compiler.whitebox.DeoptimizeFramesTest$TestCaseImpl::method --- 23,36 ---- /* * @test DeoptimizeFramesTest * @bug 8028595 * @summary testing of WB::deoptimizeFrames() ! * @library /test/lib / * @modules java.base/jdk.internal.misc * java.management ! * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI -Xmixed -XX:-UseCounterDecay * -XX:CompileCommand=compileonly,compiler.whitebox.DeoptimizeFramesTest$TestCaseImpl::method
< prev index next >