8201436: Replace oop_ps_push_contents with oop_iterate and closure

Reviewed-by: sjohanss, tschatzl
This commit is contained in:
Leo Korinth 2018-10-12 12:10:34 +02:00
parent ce05c7751d
commit 4bc903d17a
16 changed files with 171 additions and 222 deletions

View file

@ -123,8 +123,6 @@ class ObjArrayKlass : public ArrayKlass {
// GC specific object visitors
//
#if INCLUDE_PARALLELGC
// Parallel Scavenge
void oop_ps_push_contents( oop obj, PSPromotionManager* pm);
// Parallel Compact
void oop_pc_follow_contents(oop obj, ParCompactionManager* cm);
void oop_pc_update_pointers(oop obj, ParCompactionManager* cm);