8259488: Shenandoah: Missing timing tracking for STW CLD root processing
Reviewed-by: shade
This commit is contained in:
parent
0785147460
commit
4f11ff325f
@ -112,6 +112,7 @@ void ShenandoahClassLoaderDataRoots<CONCURRENT, SINGLE_THREADED>::cld_do_impl(Cl
|
|||||||
_semaphore.claim_all();
|
_semaphore.claim_all();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
ShenandoahWorkerTimingsTracker timer(_phase, ShenandoahPhaseTimings::CLDGRoots, worker_id);
|
||||||
f(clds);
|
f(clds);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user