8135068: Extract method matchers from CompilerOracle
authorneliasso
Fri, 18 Sep 2015 10:09:38 +0200
changeset 33038 5d648743b2d1
parent 32563 e39c28bd8aa6
child 33039 ba700f8ea6b6
8135068: Extract method matchers from CompilerOracle Summary: Ecapsulate code to enable reuse Reviewed-by: roland, kvn
test/lib/sun/hotspot/WhiteBox.java
--- a/test/lib/sun/hotspot/WhiteBox.java	Wed Sep 16 16:54:22 2015 +0200
+++ b/test/lib/sun/hotspot/WhiteBox.java	Fri Sep 18 10:09:38 2015 +0200
@@ -159,6 +159,7 @@
   public native int NMTGetHashSize();
 
   // Compiler
+  public native int     matchesMethod(Executable method, String pattern);
   public native int     deoptimizeFrames(boolean makeNotEntrant);
   public native void    deoptimizeAll();
   public        boolean isMethodCompiled(Executable method) {