test/compiler/whitebox/DeoptimizeMethodTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8019915 Cdiff test/compiler/whitebox/DeoptimizeMethodTest.java

test/compiler/whitebox/DeoptimizeMethodTest.java

Print this page
rev 4963 : 8019915: whitebox testClearMethodStateTest fails with tiered on sparc
Reviewed-by:

*** 24,34 **** /* * @test DeoptimizeMethodTest * @library /testlibrary /testlibrary/whitebox * @build DeoptimizeMethodTest * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI DeoptimizeMethodTest * @summary testing of WB::deoptimizeMethod() * @author igor.ignatyev@oracle.com */ public class DeoptimizeMethodTest extends CompilerWhiteBoxTest { --- 24,34 ---- /* * @test DeoptimizeMethodTest * @library /testlibrary /testlibrary/whitebox * @build DeoptimizeMethodTest * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,TestCase$Helper::* DeoptimizeMethodTest * @summary testing of WB::deoptimizeMethod() * @author igor.ignatyev@oracle.com */ public class DeoptimizeMethodTest extends CompilerWhiteBoxTest {
test/compiler/whitebox/DeoptimizeMethodTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File