JDK-8080483 : Incorrect test execution string at SumRed_Long.java
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-05-15
  • Updated: 2015-06-04
  • Resolved: 2015-05-16
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 b67Fixed
Related Reports
Relates :  
Description
In test compiler/loopopts/superword/SumRed_Long.java lines 30, 31, 33,34:

  30  * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+SuperWordReductions 
-XX:LoopUnrollLimit=250 -XX:LoopMaxUnroll=4 -XX:CompileThresholdScaling=0.1 SumRed_Double

@run incorrectly tries to execute SumRed_Double class, while test class is called SumRed_Long

See http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/file/bd72804c91d6/test/compiler/loopopts/superword/SumRed_Long.java#l34