test/compiler/arguments/TestUseCountLeadingZerosInstructionOnSupportedCPU.java

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

@@ -27,12 +27,11 @@
  * @summary Verify processing of UseCountLeadingZerosInstruction option
  *          on CPU with LZCNT support.
  * @library /testlibrary /testlibrary/whitebox
  * @build TestUseCountLeadingZerosInstructionOnSupportedCPU
  *        BMISupportedCPUTest
- * @run main ClassFileInstaller sun.hotspot.WhiteBox
- * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
+ * @run main/othervm/bootclasspath -XX:+UnlockDiagnosticVMOptions
  *                   -XX:+WhiteBoxAPI
  *                   TestUseCountLeadingZerosInstructionOnSupportedCPU
  */
 
 import sun.hotspot.cpuinfo.CPUInfo;