-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
This closure takes worker_id as the argument and use that to obtain `PSPromotionManager*`. In the construction site of the closure, there is already `PSPromotionManager*`, which can be used instead of the `worker_id`.
PSThreadRootsTaskClosure(uint worker_id)
PSPromotionManager* pm = PSPromotionManager::gc_thread_promotion_manager(_worker_id);
PSThreadRootsTaskClosure(uint worker_id)
PSPromotionManager* pm = PSPromotionManager::gc_thread_promotion_manager(_worker_id);
- links to
-
Review(master) openjdk/jdk/27393