Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082792 | emb-9 | Vladimir Kozlov | P3 | Resolved | Fixed | team |
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
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
- backported by
-
JDK-8082792 Incorrect test execution string at SumRed_Long.java
-
- Resolved
-
- relates to
-
JDK-8076276 Add support for AVX512
-
- Resolved
-