RFR: 8315149: Add hsperf counters for CPU time of internal GC threads [v40]
Stefan Johansson
sjohanss at openjdk.org
Thu Nov 9 11:13:06 UTC 2023
On Thu, 9 Nov 2023 05:27:40 GMT, Jonathan Joo <jjoo at openjdk.org> wrote:
>> 8315149: Add hsperf counters for CPU time of internal GC threads
>
> Jonathan Joo has updated the pull request incrementally with one additional commit since the last revision:
>
> Add missing cpuTimeCounters files
One more thing I noticed is that the parallel worker time from the Remark pause is not updated after the remark pause. So I guess we should add a call to update that. It will still be account the next time we do a normal GC, but if we want the counter to be up to date as much as possible we should update it after the remark pause.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15082#issuecomment-1803629858
More information about the serviceability-dev
mailing list