--- old/test/lib/sun/hotspot/WhiteBox.java 2016-02-16 13:49:06.711446310 +0100 +++ new/test/lib/sun/hotspot/WhiteBox.java 2016-02-16 13:49:06.631446307 +0100 @@ -185,9 +185,11 @@ // 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 boolean shouldPrintAssembly(Executable method, int comp_level); public native int deoptimizeFrames(boolean makeNotEntrant); public native void deoptimizeAll(); + public native boolean hasC1Compiler(); + public native boolean hasC2Compiler(); @HotSpotIntrinsicCandidate public void deoptimize() {}