# HG changeset patch # User iignatyev # Date 1418808088 -10800 # Node ID 1305bf148a19fb2b936d8e8247ba645655ba42f7 # Parent 6743c7dbf7c6b2efe97e269ec27c6dd2ad68e1db 8028595: WhiteBox API for stress testing of TieredCompilation Reviewed-by: kvn diff -r 6743c7dbf7c6 -r 1305bf148a19 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*/);