Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit c0e9c44

Browse files
committedJan 19, 2021
8259962: Shenandoah: task queue statistics is inconsistent after JDK-8255019
Reviewed-by: zgu
1 parent 82adfb3 commit c0e9c44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/hotspot/share/gc/shenandoah/shenandoahSTWMark.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ void ShenandoahSTWMark::mark() {
7979
uint nworkers = heap->workers()->active_workers();
8080
task_queues()->reserve(nworkers);
8181

82+
TASKQUEUE_STATS_ONLY(task_queues()->reset_taskqueue_stats());
83+
8284
{
8385
// Mark
8486
StrongRootsScope scope(nworkers);

0 commit comments

Comments
 (0)
This repository has been archived.