RFR: 8359344: C2: Malformed control flow after intrinsic bailout [v5]

Marc Chevalier mchevalier at openjdk.org
Thu Jul 10 06:13:28 UTC 2025


On Wed, 9 Jul 2025 16:34:15 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Marc Chevalier has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Tentative addressing Vladimir's comments
>>  - Re-insert
>
> src/hotspot/share/opto/library_call.hpp line 147:
> 
>> 145:     SafePointNode* _map;
>> 146:     Unique_Node_List _ctrl_succ;
>> 147:     bool discarded = false;
> 
> `discarded` is not static field. I suggest to initialize it in constructor. And use `_` prefix.
> 
> Otherwise changes are good. Thank you for taking my suggestion.

Done!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25936#discussion_r2196677989


More information about the graal-dev mailing list