hotspot/test/compiler/rangechecks/TestRangeCheckSmearing.java
changeset 34185 ee71c590a456
parent 33730 30e064828045
parent 34155 8d9e0cbf93a2
child 36851 03e2f4d0a421
--- a/hotspot/test/compiler/rangechecks/TestRangeCheckSmearing.java	Wed Nov 11 23:47:41 2015 +0000
+++ b/hotspot/test/compiler/rangechecks/TestRangeCheckSmearing.java	Fri Nov 13 13:31:48 2015 +0100
@@ -25,7 +25,7 @@
  * @test
  * @bug 8066103
  * @summary C2's range check smearing allows out of bound array accesses
- * @library /testlibrary /test/lib /compiler/whitebox
+ * @library /testlibrary /test/lib /compiler/whitebox /
  * @modules java.base/sun.misc
  *          java.management
  * @build TestRangeCheckSmearing
@@ -42,6 +42,7 @@
 import sun.hotspot.WhiteBox;
 import sun.hotspot.code.NMethod;
 import jdk.test.lib.Platform;
+import compiler.whitebox.CompilerWhiteBoxTest;
 
 public class TestRangeCheckSmearing {
     private static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox();