--- old/test/lib/sun/hotspot/WhiteBox.java 2015-10-15 15:38:14.992171593 +0200 +++ new/test/lib/sun/hotspot/WhiteBox.java 2015-10-15 15:38:14.916171590 +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) {