This commit is contained in:
Alejandro Murillo 2015-10-30 12:03:08 -07:00
commit 3c2ff3bab4

View File

@ -166,6 +166,8 @@ public class WhiteBox {
// 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) {