8137167: JEP165: Compiler Control: Implementation task
Summary: Compiler Control JEP
Reviewed-by: roland, twisti, zmajo, simonis
--- a/test/lib/sun/hotspot/WhiteBox.java Sat Oct 17 15:41:02 2015 -0400
+++ b/test/lib/sun/hotspot/WhiteBox.java Tue Oct 20 18:07:24 2015 +0200
@@ -166,6 +166,8 @@
// 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) {