test/compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedVM.java

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

@@ -27,12 +27,11 @@
  * @bug 8031320
  * @summary Verify UseRTMLocking option processing on CPU with rtm support
  *          in case when VM should not support this option.
  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
  * @build TestUseRTMLockingOptionOnUnsupportedVM
- * @run main ClassFileInstaller sun.hotspot.WhiteBox
- * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
+ * @run main/othervm/bootclasspath -XX:+UnlockDiagnosticVMOptions
  *                   -XX:+WhiteBoxAPI TestUseRTMLockingOptionOnUnsupportedVM
  */
 
 import com.oracle.java.testlibrary.ExitCode;
 import com.oracle.java.testlibrary.cli.*;