RFR: 8292285: C2: remove unreachable block after NeverBranch-to-Goto conversion [v2]

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Tue Aug 16 09:04:38 UTC 2022


On Mon, 15 Aug 2022 15:43:05 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Roberto Castañeda Lozano has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Apply style guidelines to surrounding code
>
> src/hotspot/share/opto/block.cpp line 606:
> 
>> 604:   for( int k = 1; dead->get_node(k)->is_Phi(); k++ )
>> 605:     dead->get_node(k)->del_req(j);
>> 606:   // If the fake exit block becomes unreachable, remove it from the block list.
> 
> Can you add missing {} in preceding code (lines 593 - 605)?

Done.

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

PR: https://git.openjdk.org/jdk/pull/9853


More information about the hotspot-compiler-dev mailing list