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: Resolved
  • Resolution: Fixed
  • Submitted: 2025-04-07
  • Updated: 2025-09-04
  • Resolved: 2025-04-10
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.
JDK 25
25 b19Fixed
Related Reports
Blocks :  
Causes :  
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.
Comments
Changeset: 4f80437e Branch: master Author: Manuel Hässig <manuel.hassig@oracle.com> Committer: Christian Hagedorn <chagedorn@openjdk.org> Date: 2025-04-10 07:24:45 +0000 URL: https://git.openjdk.org/jdk/commit/4f80437ee05e4a3f755a166140669c0fd631f56d
10-04-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/24509 Date: 2025-04-08 13:28:59 +0000
08-04-2025