-
Bug
-
Resolution: Fixed
-
P4
-
9, 10, 11, 12, 13, 14, 15
-
b14
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8240762 | 14.0.2 | Ningsheng Jian | P4 | Resolved | Fixed | b01 |
JDK-8247230 | 13.0.4 | Ningsheng Jian | P4 | Resolved | Fixed | b05 |
JDK-8269751 | 11.0.13-oracle | Vaibhav Choudhary | P4 | Resolved | Fixed | b02 |
JDK-8240730 | 11.0.8 | Ningsheng Jian | P4 | Resolved | Fixed | b01 |
The test command in this file is like
{code:java}
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:LoopUnrollLimit=250
* -XX:CompileThresholdScaling=0.1
* -XX:+SuperWordReductions
* -XX:LoopMaxUnroll=2
* compiler.loopopts.superword.SumRedAbsNeg_Double
{code}
which is incorrect. The compiler.loopopts.superword.SumRedAbsNeg_Double should be compiler.loopopts.superword.SumRedAbsNeg_Float.
This is caused by mistake when operating on a large amount of files in http://cr.openjdk.java.net/~iignatyev/8132919/webrev.01/
{code:java}
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:LoopUnrollLimit=250
* -XX:CompileThresholdScaling=0.1
* -XX:+SuperWordReductions
* -XX:LoopMaxUnroll=2
* compiler.loopopts.superword.SumRedAbsNeg_Double
{code}
which is incorrect. The compiler.loopopts.superword.SumRedAbsNeg_Double should be compiler.loopopts.superword.SumRedAbsNeg_Float.
This is caused by mistake when operating on a large amount of files in http://cr.openjdk.java.net/~iignatyev/8132919/webrev.01/
- backported by
-
JDK-8240730 [TESTBUG] Test command error in hotspot/jtreg/compiler/loopopts/superword/SumRedAbsNeg_Float.java
-
- Resolved
-
-
JDK-8240762 [TESTBUG] Test command error in hotspot/jtreg/compiler/loopopts/superword/SumRedAbsNeg_Float.java
-
- Resolved
-
-
JDK-8247230 [TESTBUG] Test command error in hotspot/jtreg/compiler/loopopts/superword/SumRedAbsNeg_Float.java
-
- Resolved
-
-
JDK-8269751 [TESTBUG] Test command error in hotspot/jtreg/compiler/loopopts/superword/SumRedAbsNeg_Float.java
-
- Resolved
-
- relates to
-
JDK-8132919 Put compiler tests in packages
-
- Resolved
-