Integrated: 8287558: Remove remset coarsening stats during g1 remset summary printing

tqxia duke at openjdk.java.net
Sat Jun 4 04:38:37 UTC 2022


On Wed, 1 Jun 2022 12:43:38 GMT, tqxia <duke at openjdk.java.net> wrote:

> Remset summary printing prints coarsening statistics in addition to remset summaries; that information is either duplicated with "Coarsening (recent)" printouts (with gc+remset=debug) at GC start or all-zeros at GC end.
> 
> Given that Remset summary printing is enabled with gc+remset=trace which covers the recent/all coarsening statistics, the coarsening statistics during remset summary are somewhat duplicate (or useless for the after-gc one).
> 
> Remove the coarsening statistics from the remset summaries.

This pull request has now been integrated.

Changeset: 308c068b
Author:    tqxia <txiadev at gmail.com>
Committer: Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/308c068b36528bcbbcca6e45de6949cb9ee7ae13
Stats:     10 lines in 2 files changed: 0 ins; 10 del; 0 mod

8287558: Remove remset coarsening stats during g1 remset summary printing

Reviewed-by: tschatzl, iwalulya

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

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



More information about the hotspot-gc-dev mailing list