test/compiler/rtm/locking/TestRTMDeoptOnLowAbortRatio.java

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

@@ -26,12 +26,11 @@
  * @test
  * @bug 8031320
  * @summary Verify that on low abort ratio method will be recompiled.
  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
  * @build TestRTMDeoptOnLowAbortRatio
- * @run main ClassFileInstaller sun.hotspot.WhiteBox
- * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
+ * @run main/othervm/bootclasspath -XX:+UnlockDiagnosticVMOptions
  *                   -XX:+WhiteBoxAPI TestRTMDeoptOnLowAbortRatio
  */
 
 import java.util.List;
 import com.oracle.java.testlibrary.*;