--- old/test/lib/sun/hotspot/WhiteBox.java 2015-09-22 18:13:05.697419911 +0200 +++ new/test/lib/sun/hotspot/WhiteBox.java 2015-09-22 18:13:05.617419914 +0200 @@ -160,6 +160,7 @@ // Compiler public native int matchesMethod(Executable method, String pattern); + public native int matchesInline(Executable method, String pattern); public native int deoptimizeFrames(boolean makeNotEntrant); public native void deoptimizeAll(); public boolean isMethodCompiled(Executable method) {