When running the attached test with -XX:PrintPhaseLevel=3, the output shows that PHASE_AFTER_LOOP_OPTS gets printed, but PHASE_BEFORE_LOOP_OPTS does not. The compiled method does not contain a loop, so it should not print phases related to loop optimizations.
- caused by
-
JDK-8353842 C2: Add graph dumps before and after loop opts phase
-
- Resolved
-
- relates to
-
JDK-8319599 IGV phase cleanup
-
- In Progress
-