JDK-8067647 : [TESTBUG] compiler/rangechecks/TestRangeCheckSmearing.java uses wrong path to Whitebox API
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2014-12-16
  • Updated: 2017-07-26
  • Resolved: 2014-12-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b45Fixed
Related Reports
Relates :  
Comments
verified by nightly testing
26-07-2017

ILW=Test malconfigured, one test always, none=MMH=P3 + nightly = P1
16-12-2014

Suggested fix: diff -r 896a5f642e87 test/compiler/rangechecks/TestRangeCheckSmearing.java --- a/test/compiler/rangechecks/TestRangeCheckSmearing.java Tue Dec 16 02:14:11 2014 +0300 +++ b/test/compiler/rangechecks/TestRangeCheckSmearing.java Tue Dec 16 09:29:49 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 /testlibrary/com/oracle/java/testlibrary * @build TestRangeCheckSmearing * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller com.oracle.java.testlibrary.Platform
16-12-2014

Comp_Baseline nightly link: http://aurora.ru.oracle.com/functional/faces/RunDetails.xhtml?names=662583.JAVASE.NIGHTLY.VM.Comp_Baseline-NonTiered.2014-12-15-5
16-12-2014