Merge
authoramurillo
Thu, 01 Oct 2015 11:52:43 -0700
changeset 33040 463fd35177fa
parent 32809 a24b5324b595 (current diff)
parent 33039 ba700f8ea6b6 (diff)
child 33041 2eb658b09dbb
child 33045 00f484891bcf
child 33056 c614815ff754
Merge
--- a/test/lib/sun/hotspot/WhiteBox.java	Wed Sep 30 11:38:01 2015 +0200
+++ b/test/lib/sun/hotspot/WhiteBox.java	Thu Oct 01 11:52:43 2015 -0700
@@ -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) {