Integrated: 8318507: G1: Improve remset clearing for humongous candidates

Thomas Schatzl tschatzl at openjdk.org
Mon Oct 23 08:22:46 UTC 2023


On Thu, 19 Oct 2023 15:29:08 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this small cleanup that merges two calls to `HeapRegionRemSet::clear()/HeapRegionRemSet::set_state_complete()` to a single call to `clear()` with appropriate parameters.
> 
> Also remove now obsolete asserts that are done in `clear()` already; actually the second one is wrong, there may be code roots attached to the region.
> 
> Testing: gha, tier1-5 almost done
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: 729f4c5d
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/729f4c5d141cdc272249c4c69efd05f96a654137
Stats:     11 lines in 1 file changed: 0 ins; 6 del; 5 mod

8318507: G1: Improve remset clearing for humongous candidates

Reviewed-by: iwalulya, ayang, mli

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

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


More information about the hotspot-gc-dev mailing list