8028595: WhiteBox API for stress testing of TieredCompilation

Reviewed-by: kvn
This commit is contained in:
Igor Ignatyev 2014-12-17 12:21:28 +03:00
parent e67d581ae9
commit 58f0841a56

View File

@ -109,6 +109,7 @@ public class WhiteBox {
public native int NMTGetHashSize();
// Compiler
public native int deoptimizeFrames(boolean makeNotEntrant);
public native void deoptimizeAll();
public boolean isMethodCompiled(Executable method) {
return isMethodCompiled(method, false /*not osr*/);