Integrated: 8284995: G1: Do not mark through Closed Archive regions during concurrent mark
Thomas Schatzl
tschatzl at openjdk.java.net
Fri Apr 22 09:07:27 UTC 2022
On Wed, 20 Apr 2022 10:22:26 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> please review this change that skips CA regions during concurrent mark. This is achieved by keeping the ntams at bottom for these regions.
> G1 Full GC already skips marking of CA regions.
>
> Testing: tier1-5
>
> Thanks,
> Thomas
This pull request has now been integrated.
Changeset: 82f0ac02
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/82f0ac02e00f2c3ef3b10b150fcb7c7243a529bc
Stats: 5 lines in 2 files changed: 4 ins; 0 del; 1 mod
8284995: G1: Do not mark through Closed Archive regions during concurrent mark
Reviewed-by: iwalulya, ayang
-------------
PR: https://git.openjdk.java.net/jdk/pull/8315
More information about the hotspot-gc-dev
mailing list