8229474: Shenandoah: Cleanup CM::update_roots()

Reviewed-by: rkennke
This commit is contained in:
Zhengyu Gu 2019-08-13 13:01:41 -04:00
parent 6d63995ada
commit 320eaaccc4
5 changed files with 9 additions and 25 deletions

View file

@ -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);