test/compiler/rtm/locking/TestRTMAbortRatio.java

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

*** 27,38 **** * @bug 8031320 * @summary Verify that RTMAbortRatio affects amount of aborts before * deoptimization. * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @build TestRTMAbortRatio ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestRTMAbortRatio */ import java.util.List; import com.oracle.java.testlibrary.*; --- 27,37 ---- * @bug 8031320 * @summary Verify that RTMAbortRatio affects amount of aborts before * deoptimization. * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @build TestRTMAbortRatio ! * @run main/othervm/bootclasspath -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestRTMAbortRatio */ import java.util.List; import com.oracle.java.testlibrary.*;