test/lib/sun/hotspot/WhiteBox.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/lib/sun/hotspot/WhiteBox.java	Thu Oct 15 15:38:14 2015
--- new/test/lib/sun/hotspot/WhiteBox.java	Thu Oct 15 15:38:14 2015

*** 164,173 **** --- 164,175 ---- public native boolean NMTChangeTrackingLevel(); 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(); public boolean isMethodCompiled(Executable method) { return isMethodCompiled(method, false /*not osr*/); }

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