test/lib/sun/hotspot/WhiteBox.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File compiler_control Cdiff test/lib/sun/hotspot/WhiteBox.java

test/lib/sun/hotspot/WhiteBox.java

Print this page
rev 1927 : 8148159: [TESTBUG] TestCompilerDirectivesCompatibility tests fails on non-tiered server VMs
Summary: Add whitebox for checking available compilers
Reviewed-by:

*** 183,193 **** public native int NMTGetHashSize(); // Compiler public native int matchesMethod(Executable method, String pattern); public native int matchesInline(Executable method, String pattern); ! public native boolean shouldPrintAssembly(Executable method); public native int deoptimizeFrames(boolean makeNotEntrant); public native void deoptimizeAll(); @HotSpotIntrinsicCandidate public void deoptimize() {} --- 183,193 ---- public native int NMTGetHashSize(); // Compiler public native int matchesMethod(Executable method, String pattern); public native int matchesInline(Executable method, String pattern); ! public native boolean shouldPrintAssembly(Executable method, int comp_level); public native int deoptimizeFrames(boolean makeNotEntrant); public native void deoptimizeAll(); @HotSpotIntrinsicCandidate public void deoptimize() {}
test/lib/sun/hotspot/WhiteBox.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File