test/compiler/rtm/locking/TestRTMRetryCount.java

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

*** 26,37 **** * @test * @bug 8031320 * @summary Verify that RTMRetryCount affects actual amount of retries. * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @build TestRTMRetryCount ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestRTMRetryCount */ import java.util.List; --- 26,36 ---- * @test * @bug 8031320 * @summary Verify that RTMRetryCount affects actual amount of retries. * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary * @build TestRTMRetryCount ! * @run main/othervm/bootclasspath -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestRTMRetryCount */ import java.util.List;