test/compiler/intrinsics/bmi/verifycode/BlsiTestL.java

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

@@ -24,12 +24,11 @@
 /*
  * @test
  * @bug 8031321
  * @library /testlibrary /testlibrary/whitebox /compiler/whitebox ..
  * @build BlsiTestL
- * @run main ClassFileInstaller sun.hotspot.WhiteBox
- * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
+ * @run main/othervm/bootclasspath -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
  *                   -XX:+IgnoreUnrecognizedVMOptions -XX:+UseBMI1Instructions BlsiTestL
  */
 
 import java.lang.reflect.Method;