This commit is contained in:
Alejandro Murillo 2015-10-01 11:52:43 -07:00
commit f7ea8ac7b8

View File

@ -159,6 +159,7 @@ public class WhiteBox {
public native int NMTGetHashSize();
// Compiler
public native int matchesMethod(Executable method, String pattern);
public native int deoptimizeFrames(boolean makeNotEntrant);
public native void deoptimizeAll();
public boolean isMethodCompiled(Executable method) {