mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8259488: Shenandoah: Missing timing tracking for STW CLD root processing
Reviewed-by: shade
This commit is contained in:
parent
0785147460
commit
4f11ff325f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue