author | amurillo |
Thu, 08 Oct 2015 14:28:55 -0700 | |
changeset 33041 | 2eb658b09dbb |
parent 32921 | 8e0250dfa145 (current diff) |
parent 33040 | 463fd35177fa (diff) |
child 33044 | edcfa28e5baf |
child 33046 | 350e55a0ae45 |
--- a/test/lib/sun/hotspot/WhiteBox.java Wed Oct 07 15:26:48 2015 +0200 +++ b/test/lib/sun/hotspot/WhiteBox.java Thu Oct 08 14:28:55 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) {