8137167: JEP165: Compiler Control: Implementation task
authorneliasso
Tue, 20 Oct 2015 18:07:24 +0200
changeset 33432 d3cbcb934612
parent 33047 3faf135bdf2a
child 33433 84c1fac24446
8137167: JEP165: Compiler Control: Implementation task Summary: Compiler Control JEP Reviewed-by: roland, twisti, zmajo, simonis
test/lib/sun/hotspot/WhiteBox.java
--- 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) {