mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8229474: Shenandoah: Cleanup CM::update_roots()
Reviewed-by: rkennke
This commit is contained in:
parent
6d63995ada
commit
320eaaccc4
5 changed files with 9 additions and 25 deletions
|
@ -272,10 +272,7 @@ void ShenandoahRootUpdater::roots_do(uint worker_id, IsAlive* is_alive, KeepAliv
|
|||
|
||||
_thread_roots.oops_do(keep_alive, NULL, worker_id);
|
||||
_cld_roots.cld_do(&clds, worker_id);
|
||||
|
||||
if(_update_code_cache) {
|
||||
_code_roots.code_blobs_do(&update_blobs, worker_id);
|
||||
}
|
||||
_code_roots.code_blobs_do(&update_blobs, worker_id);
|
||||
|
||||
_serial_weak_roots.weak_oops_do(is_alive, keep_alive, worker_id);
|
||||
_weak_roots.weak_oops_do(is_alive, keep_alive, worker_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue