--- a/test/lib/sun/hotspot/WhiteBox.java Thu Oct 29 12:38:52 2015 -0700
+++ b/test/lib/sun/hotspot/WhiteBox.java Fri Oct 30 12:03:08 2015 -0700
@@ -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) {