# HG changeset patch # User amurillo # Date 1443725563 25200 # Node ID 463fd35177fa6841e1d67cbab3b2554060c95d93 # Parent a24b5324b5958fa2fe323453be75503d5936260b# Parent ba700f8ea6b6437abc7e90e07f4175f737e945ba Merge diff -r a24b5324b595 -r 463fd35177fa test/lib/sun/hotspot/WhiteBox.java --- 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) {