Merge
authoramurillo
Fri, 30 Oct 2015 12:03:08 -0700
changeset 33434 c4f02c94818a
parent 33397 f1cc540bdd30 (current diff)
parent 33433 84c1fac24446 (diff)
child 33435 74797543a0ba
child 33568 b0459b292c36
child 33569 229c18cf59b4
Merge
--- 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) {