mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8201436: Replace oop_ps_push_contents with oop_iterate and closure
Reviewed-by: sjohanss, tschatzl
This commit is contained in:
parent
ce05c7751d
commit
4bc903d17a
16 changed files with 171 additions and 222 deletions
|
@ -291,8 +291,6 @@ class oopDesc {
|
|||
// Parallel Compact
|
||||
inline void pc_follow_contents(ParCompactionManager* cm);
|
||||
inline void pc_update_contents(ParCompactionManager* cm);
|
||||
// Parallel Scavenge
|
||||
inline void ps_push_contents(PSPromotionManager* pm);
|
||||
#endif
|
||||
|
||||
template <typename OopClosureType>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue