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

Thomas Schatzl tschatzl at openjdk.java.net
Mon Nov 8 13:02:42 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).

This pull request has now been integrated.

Changeset: ff6863c9
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ff6863c98dbd15c4f3920402eb0991727d1a380c
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8276540: Howl Full CardSet container iteration marks too many cards

Reviewed-by: ayang, sjohanss

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

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



More information about the hotspot-gc-dev mailing list