-
Sub-task
-
Resolution: Fixed
-
P3
-
20
-
b19
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.
- relates to
-
JDK-8295005 compiler/loopopts/TestRemoveEmptyLoop.java fails with release VMs after JDK-8294839
-
- Resolved
-