提交 26c9d065 编写于 作者: I iignatyev

8028595: WhiteBox API for stress testing of TieredCompilation

Reviewed-by: kvn
上级 ed060ad0
......@@ -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*/);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册