test/compiler/arguments/TestUseCountLeadingZerosInstructionOnUnsupportedCPU.java

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

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