RFR: 8334060: Implementation of Late Barrier Expansion for G1 [v20]

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Mon Sep 16 16:37:32 UTC 2024


On Fri, 13 Sep 2024 22:51:07 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:
>> 
>>   Fix a few style issues
>
> src/hotspot/share/opto/matcher.cpp line 2845:
> 
>> 2843:     n->Opcode() == Op_StoreN &&
>> 2844:     m->is_EncodeP();
>> 2845: }
> 
> Add comment that `m` is input of `n`. I thought about adding assert too but I will leave it to you.

Added the assertion (commit a480d70b).

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19746#discussion_r1761478462


More information about the hotspot-compiler-dev mailing list