RFR: 8356761: IGV: dump escape analysis information [v3]
Anton Seoane Ampudia
aseoane at openjdk.org
Thu Nov 13 10:21:10 UTC 2025
On Thu, 13 Nov 2025 10:09:26 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> 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
Oh right. Thanks for the heads up!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28060#discussion_r2522776781
More information about the hotspot-compiler-dev
mailing list