RFR: 8354196: C2: reorder and capitalize phase definition [v2]

duke duke at openjdk.org
Fri Jun 13 09:06:31 UTC 2025


On Thu, 12 Jun 2025 12:20:15 GMT, Manuel Hässig <mhaessig at openjdk.org> wrote:

>> This PR performs some cleanup and formatting around the phase definitions in C2:
>>  - the phase descriptions are capitalized according to the [MLA Handbook title case rules](https://en.wikipedia.org/wiki/Title_case#Modern_Language_Association_(MLA)_Handbook),
>>  - the phases are reordered to be more or less in the order of execution or occurrence in the code,
>>  - the definitions in `phasetype.hpp` and `CompilePhase.java` are synced,
>>  - `CompilePhase.java` is aligned for better readability.
>> 
>> This change was tested on:
>>  - [x] [Github Actions](https://github.com/mhaessig/jdk/actions/runs/15605662671)
>>  - [x] tier1 plus some Oracle internal testing
>
> Manuel Hässig has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Split-If is a proper name

@mhaessig 
Your change (at version 9f3676e4a1fbb30a934e8507a86eafee13419131) is now ready to be sponsored by a Committer.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/25778#issuecomment-2969636990


More information about the hotspot-compiler-dev mailing list