Integrated: JDK-8263495: Gather liveness info in the mark phase of G1 full gc

Hamlin Li mli at openjdk.java.net
Thu Mar 18 14:18:42 UTC 2021


On Fri, 12 Mar 2021 12:41:49 GMT, Hamlin Li <mli at openjdk.org> wrote:

> Gather liveness info in the mark phase of G1 full gc.
> 
> Per-region liveness info in the mark phase of G1 full gc is for several purposes:
> 
> JDK-8262068 needs it to determine whether compaction of a region should be skipped
> JDK-8258431 for a JFR event that prints live set size estimate
> 
> so add this functionality.

This pull request has now been integrated.

Changeset: 8c8d1b31
Author:    Hamlin Li <mli at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/8c8d1b31
Stats:     66 lines in 10 files changed: 48 ins; 9 del; 9 mod

8263495: Gather liveness info in the mark phase of G1 full gc

Co-authored-by: Shoubing Ma <mashoubing1 at huawei.com>
Reviewed-by: tschatzl, sjohanss, ayang

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

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



More information about the hotspot-gc-dev mailing list