On Thu, 9 Nov 2023 05:27:40 GMT, Jonathan Joo <j...@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

Reply via email to