Merge
authoramurillo
Mon, 02 Nov 2015 10:47:27 -0800
changeset 33435 74797543a0ba
parent 33434 c4f02c94818a (diff)
parent 33431 b38bd332acac (current diff)
child 33436 c6d79360ecff
Merge
--- 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) {