JDK-8353842 : C2: Add graph dumps before and after loop opts phase
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 25
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-04-07
  • Updated: 2025-04-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Blocks :  
Description
Most major compiler phases like parsing and matching print a "BEFORE_MAJOR_PHASE" and "AFTER_MAJOR_PHASE". Loop optimizations --- also a major phase, I would argue --- do not. Printing "BEFORE_LOOP_OPTS" and "AFTER_LOOP_OPTS" would be useful for inspecting the ideal graph in the IGV and matching the ideal graph in the IR-framework.