RFR: 8356761: IGV: dump escape analysis information [v3]

Christian Hagedorn chagedorn at openjdk.org
Thu Nov 13 10:12:17 UTC 2025


On Thu, 13 Nov 2025 08:17:16 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

>> Anton Seoane Ampudia has updated the pull request incrementally with three additional commits since the last revision:
>> 
>>  - Review comments: remove spurious new line
>>  - Review comments: update header
>>    
>>    Co-authored-by: Roberto Castañeda Lozano <robcasloz at users.noreply.github.com>
>>  - Review comments: AddP misspell
>>    
>>    Co-authored-by: Roberto Castañeda Lozano <robcasloz at users.noreply.github.com>
>
> src/hotspot/share/opto/phasetype.hpp line 68:
> 
>> 66:   flags(EA_BEFORE_PHI_REDUCTION,            "EA: 5. Before Phi Reduction") \
>> 67:   flags(EA_AFTER_PHI_CASTPP_REDUCTION,      "EA: 5. Phi -> CastPP Reduction") \
>> 68:   flags(EA_AFTER_PHI_ADDP_REDUCTION,       "EA: 5. Phi -> AddP Reduction") \
> 
> Suggestion:
> 
>   flags(EA_AFTER_PHI_ADDP_REDUCTION,        "EA: 5. Phi -> AddP Reduction") \

Slipped through your update

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28060#discussion_r2522740115


More information about the hotspot-compiler-dev mailing list