RFR: 8305062: Refactor CardTable::resize_covered_region [v3]

Y. Srinivas Ramakrishna ysr at openjdk.org
Wed May 3 06:46:25 UTC 2023


On Tue, 18 Apr 2023 09:21:54 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

>> Simple refactoring to make logic around cardtable cover-region more concrete, since #generations and gen-boundary is fixed for Serial/Parallel.
>> 
>> Test: tier1-6
>
> Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   review

src/hotspot/share/gc/shared/cardTable.hpp line 63:

> 61: 
> 62:   // The last card is a guard card; never committed.
> 63:   MemRegion _guard_region;

Doh, scratch that comment.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13206#discussion_r1183291917


More information about the hotspot-gc-dev mailing list