test/lib/sun/hotspot/WhiteBox.java
changeset 33432 d3cbcb934612
parent 33045 00f484891bcf
child 34487 db155554abc0
child 34113 210cb6523c6e
--- a/test/lib/sun/hotspot/WhiteBox.java	Sat Oct 17 15:41:02 2015 -0400
+++ b/test/lib/sun/hotspot/WhiteBox.java	Tue Oct 20 18:07:24 2015 +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) {