8235776: Shenandoah: Shenandoah root updater not always uses right code blob closure
Reviewed-by: rkennke
This commit is contained in:
parent
b29f62ce51
commit
5fd2efb7e9
@ -278,7 +278,7 @@ void ShenandoahRootUpdater::roots_do(uint worker_id, IsAlive* is_alive, KeepAliv
|
||||
_vm_roots.oops_do(keep_alive, worker_id);
|
||||
|
||||
_cld_roots.cld_do(&clds, worker_id);
|
||||
_code_roots.code_blobs_do(&update_blobs, worker_id);
|
||||
_code_roots.code_blobs_do(codes_cl, worker_id);
|
||||
_thread_roots.oops_do(keep_alive, NULL, worker_id);
|
||||
|
||||
_serial_weak_roots.weak_oops_do(is_alive, keep_alive, worker_id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user