-
Sub-task
-
Resolution: Fixed
-
P3
-
20
-
b19
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8358661 | 17.0.17-oracle | Tejal Wakchaure | P3 | Resolved | Fixed | b01 |
| JDK-8359365 | 17.0.17 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
As I have explained in JDK-8294838,
-XX:StressLongCountedLoop=200000000
leads to a timeout in
compiler/loopopts/TestRemoveEmptyLoop.java
because an int-loop is transformed into a long-loop, but the loop is not collapsed/removed because we only remove empty int-loops.
-XX:StressLongCountedLoop=200000000
leads to a timeout in
compiler/loopopts/TestRemoveEmptyLoop.java
because an int-loop is transformed into a long-loop, but the loop is not collapsed/removed because we only remove empty int-loops.
- backported by
-
JDK-8358661 Disable StressLongCountedLoop in compiler/loopopts/TestRemoveEmptyLoop.java
-
- Resolved
-
-
JDK-8359365 Disable StressLongCountedLoop in compiler/loopopts/TestRemoveEmptyLoop.java
-
- Resolved
-
- causes
-
JDK-8295005 compiler/loopopts/TestRemoveEmptyLoop.java fails with release VMs after JDK-8294839
-
- Resolved
-
- links to
-
Commit
openjdk/jdk/73f06468
-
Commit(master)
openjdk/jdk17u-dev/4dceddff
-
Review
openjdk/jdk/10569
-
Review(master)
openjdk/jdk17u-dev/3624
(2 links to)