test/compiler/rtm/locking/TestRTMDeoptOnHighAbortRatio.java

Print this page
rev 6415 : [mq]: 8011397.WhiteBoxPermission

*** 27,38 **** * @bug 8031320 * @summary Verify that on high abort ratio method will be recompiled * without rtm locking. * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @build TestRTMDeoptOnHighAbortRatio ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestRTMDeoptOnHighAbortRatio */ import java.util.List; import com.oracle.java.testlibrary.*; --- 27,37 ---- * @bug 8031320 * @summary Verify that on high abort ratio method will be recompiled * without rtm locking. * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @build TestRTMDeoptOnHighAbortRatio ! * @run main/othervm/bootclasspath -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestRTMDeoptOnHighAbortRatio */ import java.util.List; import com.oracle.java.testlibrary.*;