< prev index next >

test/compiler/rangechecks/TestRangeCheckSmearing.java

Print this page

        

@@ -24,11 +24,11 @@
 /*
  * @test
  * @bug 8066103
  * @summary C2's range check smearing allows out of bound array accesses
  * @library /testlibrary /../../test/lib /compiler/whitebox
- * @build TestRangeCheckSmearing
+ * @build com.oracle.java.testlibrary.* TestRangeCheckSmearing
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  * @run main ClassFileInstaller com.oracle.java.testlibrary.Platform
  * @run main/othervm -ea -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
  *                   -XX:-BackgroundCompilation -XX:-UseOnStackReplacement TestRangeCheckSmearing
  *
< prev index next >