-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
b17
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
-
Commit(master)
openjdk/jdk/f779ad64
-
Review(master)
openjdk/jdk/27393