RFR: 8290432: C2 compilation fails with assert(node->_last_del == _last) failed: must have deleted the edge just produced [v2]

Yi Yang yyang at openjdk.org
Fri Aug 5 09:23:29 UTC 2022


On Thu, 4 Aug 2022 17:07:30 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Yi Yang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   format
>
> src/hotspot/share/opto/loopnode.cpp line 3679:
> 
>> 3677:         incr2->Opcode() != Op_AddI ||
>> 3678:         !incr2->in(2)->is_Con())
>> 3679:       continue;
> 
> Since you touch near code, please update style in these lines too to use `{}`.

The whole function is formatted.

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

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


More information about the hotspot-compiler-dev mailing list