8028595: WhiteBox API for stress testing of TieredCompilation
Reviewed-by: kvn
This commit is contained in:
parent
e67d581ae9
commit
58f0841a56
@ -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*/);
|
||||
|
Loading…
x
Reference in New Issue
Block a user