Disable StressLongCountedLoop in compiler/loopopts/TestRemoveEmptyLoop.java

XMLWordPrintable

    • 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.

              Assignee:
              Emanuel Peter
              Reporter:
              Emanuel Peter
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: