< prev index next >

test/compiler/arguments/TestUseCountLeadingZerosInstructionOnUnsupportedCPU.java

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @bug 8031321
  * @summary Verify processing of UseCountLeadingZerosInstruction option
  *          on CPU without LZCNT support.
  * @library /testlibrary /../../test/lib
- * @build TestUseCountLeadingZerosInstructionOnUnsupportedCPU
+ * @build com.oracle.java.testlibrary.* TestUseCountLeadingZerosInstructionOnUnsupportedCPU
  *        BMIUnsupportedCPUTest
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
  *                   -XX:+WhiteBoxAPI
< prev index next >