# HG changeset patch # User amurillo # Date 1444339735 25200 # Node ID 2eb658b09dbb5ba090c72be23aab4d37531fd884 # Parent 8e0250dfa1453ef03a2cfd8ad7a90813ed86432b# Parent 463fd35177fa6841e1d67cbab3b2554060c95d93 Merge diff -r 8e0250dfa145 -r 2eb658b09dbb test/lib/sun/hotspot/WhiteBox.java --- 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) {