OpenJDK / portola / portola
changeset 28201:c4fe49894a22
8067647: [TESTBUG] compiler/rangechecks/TestRangeCheckSmearing.java uses wrong path to Whitebox API
Summary: whitebox test library was moved
Reviewed-by: kvn
author | roland |
---|---|
date | Tue, 16 Dec 2014 20:09:29 +0100 |
parents | 38d3bf236c31 |
children | 3518158ff5d0 |
files | hotspot/test/compiler/rangechecks/TestRangeCheckSmearing.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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