test/compiler/rangechecks/TestRangeCheckSmearing.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/rangechecks/TestRangeCheckSmearing.java

test/compiler/rangechecks/TestRangeCheckSmearing.java

Print this page
rev 7574 : 8067647: [TESTBUG] compiler/rangechecks/TestRangeCheckSmearing.java uses wrong path to Whitebox API
Summary: whitebox test library was moved
Reviewed-by:

*** 23,33 **** /* * @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 * @build 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 --- 23,33 ---- /* * @test * @bug 8066103 * @summary C2's range check smearing allows out of bound array accesses ! * @library /testlibrary /../../test/lib /compiler/whitebox * @build 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
test/compiler/rangechecks/TestRangeCheckSmearing.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File