RFR: 8304144: G1: Remove unnecessary is_survivor check in G1ClearCardTableTask

Thomas Schatzl tschatzl at openjdk.org
Wed Mar 15 18:11:24 UTC 2023


On Tue, 14 Mar 2023 15:02:57 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Simple removing redundant check.
> 
> Test: tier1-6

Actually, I am revising my review again; survivor regions should not be in the `all_dirty_regions` list at all. Survivor regions are completely new regions allocated during gc.
I can't find code that would add them either.

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

Marked as reviewed by tschatzl (Reviewer).

PR: https://git.openjdk.org/jdk/pull/13023


More information about the hotspot-gc-dev mailing list