RFR: 8276540: Howl Full CardSet container iteration marks too many cards

Albert Mingkun Yang ayang at openjdk.java.net
Wed Nov 3 11:33:20 UTC 2021


On Wed, 3 Nov 2021 10:49:45 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   can I have reviews for this change that fixes how many cards are being iterated over during Howl Full CardSet container iteration? There is no need to iterate over `max_cards_in_region()` cards, it is sufficient to iterate just over the area that this Howl partition represents, i.e. `num_cards_in_howl_bitmap()`.
> 
> I will change the way to iterate over this card set container within the howl container in JDK-8276548 to keep this change small.
> 
> Testing: tier1-5 (with JDK-8276548).

Marked as reviewed by ayang (Reviewer).

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

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



More information about the hotspot-gc-dev mailing list