test/lib/sun/hotspot/WhiteBox.java
changeset 28157 1305bf148a19
parent 28154 342e86350dc8
child 28159 d5940675c190
--- a/test/lib/sun/hotspot/WhiteBox.java	Mon Dec 15 08:53:07 2014 -0800
+++ b/test/lib/sun/hotspot/WhiteBox.java	Wed Dec 17 12:21:28 2014 +0300
@@ -109,6 +109,7 @@
   public native int NMTGetHashSize();
 
   // Compiler
+  public native int     deoptimizeFrames(boolean makeNotEntrant);
   public native void    deoptimizeAll();
   public        boolean isMethodCompiled(Executable method) {
     return isMethodCompiled(method, false /*not osr*/);