< prev index next >

test/compiler/intrinsics/sha/sanity/TestSHA1Intrinsics.java

Print this page

        

@@ -24,11 +24,11 @@
 /**
  * @test
  * @bug 8035968
  * @summary Verify that SHA-1 intrinsic is actually used.
  * @library /testlibrary /../../test/lib /compiler/testlibrary ../
- * @build TestSHA intrinsics.Verifier TestSHA1Intrinsics
+ * @build com.oracle.java.testlibrary.* TestSHA intrinsics.Verifier TestSHA1Intrinsics
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
  *                   -XX:+WhiteBoxAPI -Xbatch -XX:CompileThreshold=500
  *                   -XX:Tier4InvocationThreshold=500
< prev index next >