--- a/test/lib/sun/hotspot/WhiteBox.java Mon Nov 02 13:46:07 2015 +0100
+++ b/test/lib/sun/hotspot/WhiteBox.java Mon Nov 02 10:47:27 2015 -0800
@@ -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) {