8028595: WhiteBox API for stress testing of TieredCompilation
authoriignatyev
Wed, 17 Dec 2014 12:21:28 +0300
changeset 28157 1305bf148a19
parent 28156 6743c7dbf7c6
child 28158 4e811104416f
child 28349 1fcc39ead265
8028595: WhiteBox API for stress testing of TieredCompilation Reviewed-by: kvn
test/lib/sun/hotspot/WhiteBox.java
--- 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*/);