8067647: [TESTBUG] compiler/rangechecks/TestRangeCheckSmearing.java uses wrong path to Whitebox API
authorroland
Tue, 16 Dec 2014 20:09:29 +0100
changeset 28201 c4fe49894a22
parent 28200 38d3bf236c31
child 28202 3518158ff5d0
8067647: [TESTBUG] compiler/rangechecks/TestRangeCheckSmearing.java uses wrong path to Whitebox API Summary: whitebox test library was moved Reviewed-by: kvn
hotspot/test/compiler/rangechecks/TestRangeCheckSmearing.java
--- a/hotspot/test/compiler/rangechecks/TestRangeCheckSmearing.java	Tue Dec 16 14:52:57 2014 +0300
+++ b/hotspot/test/compiler/rangechecks/TestRangeCheckSmearing.java	Tue Dec 16 20:09:29 2014 +0100
@@ -25,7 +25,7 @@
  * @test
  * @bug 8066103
  * @summary C2's range check smearing allows out of bound array accesses
- * @library /testlibrary /testlibrary/whitebox /compiler/whitebox /testlibrary/com/oracle/java/testlibrary
+ * @library /testlibrary /../../test/lib /compiler/whitebox
  * @build TestRangeCheckSmearing
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  * @run main ClassFileInstaller com.oracle.java.testlibrary.Platform