Integrated: 8280397: Factor out task queue statistics printing
Thomas Schatzl
tschatzl at openjdk.java.net
Fri Jan 28 09:19:13 UTC 2022
On Fri, 21 Jan 2022 11:45:59 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> can I have reviews for this change that makes task queue (set) printing available in a central place so that not every user needs to reinvent the wheel?
> As example I wired up existing G1/Parallel GC young collection statistics printing, but I intend to add this for full gcs too; since ZGC and Shenandoah do not print task queues at all I do not intend to do that at least initially.
> Currently the main printing method is in `CollectedHeap`, but I can move it elsewhere if needed (all but Serial GC do use task queue sets though, so.....).
>
> Testing: gha (building), local testing
>
> Thanks,
> Thomas
This pull request has now been integrated.
Changeset: ed826f29
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/ed826f2927457f73f058732c6d073acf54ee86f7
Stats: 136 lines in 5 files changed: 61 ins; 64 del; 11 mod
8280397: Factor out task queue statistics printing
Reviewed-by: pliden, kbarrett, mli
-------------
PR: https://git.openjdk.java.net/jdk/pull/7174
More information about the hotspot-gc-dev
mailing list