RFR: 8271880: Tighten condition for excluding regions from collecting cards with cross-references [v14]

Thomas Schatzl tschatzl at openjdk.java.net
Thu Sep 23 10:40:46 UTC 2021


On Thu, 23 Sep 2021 09:52:14 GMT, Stefan Johansson <sjohanss at openjdk.org> wrote:

>> Thomas Schatzl has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Fix merge error
>>  - ayang review, more comment notes
>
> src/hotspot/share/gc/g1/g1ParScanThreadState.cpp line 520:
> 
>> 518:     }
>> 519: 
>> 520:     // Skip the card enqueue iff the objective (obj) is in survivor region.
> 
> Same typo as above.

Suggestion:

    // Skip the card enqueue iff the object (obj) is in survivor region.

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

PR: https://git.openjdk.java.net/jdk/pull/5037



More information about the hotspot-gc-dev mailing list