Integrated: 8296768: Use different explicit claim marks for CLDs in Parallel and Serial GC
Thomas Schatzl
tschatzl at openjdk.org
Thu Nov 24 09:00:50 UTC 2022
On Thu, 10 Nov 2022 19:52:45 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> please review this change that implements the same optimization as [JDK-8295871](https://bugs.openjdk.org/browse/JDK-8295871) to use different claim marks for different full gc phases for Parallel and Serial GC. For both collectors I decided to clear all marks before full gc, but that is arbitrary. If you want this could be done at the end to the same effect.
>
> Testing: tier1-5 (with JDK-8295871)
>
> Thanks,
> Thomas
This pull request has now been integrated.
Changeset: 5e5b774b
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5e5b774bfb219bfa4a4f18cfaaf279a994779ee6
Stats: 24 lines in 5 files changed: 9 ins; 4 del; 11 mod
8296768: Use different explicit claim marks for CLDs in Parallel and Serial GC
Reviewed-by: ayang, sjohanss, kbarrett
-------------
PR: https://git.openjdk.org/jdk/pull/11092
More information about the hotspot-gc-dev
mailing list