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

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Fri Aug 30 08:22:44 UTC 2024


On Wed, 28 Aug 2024 07:50:11 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

>> Roberto Castañeda Lozano has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Rename g1XChgX to g1GetAndSetX for consistency with Ideal operation names
>
> src/hotspot/share/gc/g1/c2/g1BarrierSetC2.cpp line 160:
> 
>> 158:  * To reduce the number of updates to the remembered set, the post-barrier
>> 159:  * filters out updates to fields in objects located in the Young Generation, the
>> 160:  * same region as the reference, when the null is being written, or if the card
> 
> s/the null/null/

Done (commit [d1a2349](https://github.com/openjdk/jdk/pull/19746/commits/d1a2349068194ee598cec2b6afe7aa972781b491)), thanks.

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

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


More information about the hotspot-compiler-dev mailing list