JDK-8354196 : C2: reorder and capitalize phase definition
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 25
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-04-09
  • Updated: 2025-06-19
  • Resolved: 2025-06-13
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 26
26 b03Fixed
Related Reports
Relates :  
Description
The definitions of compiler phases in phasetype.hpp and in the IR-framework are not ordered according to how the phases run in code.
Also the phase descriptions are arbitrarily cased.

This refactoring enhancment should fix both.
Comments
Changeset: b4c4496e Branch: master Author: Manuel Hässig <mhaessig@openjdk.org> Committer: Christian Hagedorn <chagedorn@openjdk.org> Date: 2025-06-13 13:02:27 +0000 URL: https://git.openjdk.org/jdk/commit/b4c4496ef8013df25b6368bdebf082d223d6afed
13-06-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/25778 Date: 2025-06-12 11:10:38 +0000
12-06-2025