mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-25 01:30:10 +00:00
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();
|
||||
}
|
||||
} else {
|
||||
ShenandoahWorkerTimingsTracker timer(_phase, ShenandoahPhaseTimings::CLDGRoots, worker_id);
|
||||
f(clds);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user