8211447: Replace oop_pc_update_pointers with oop_iterate and closure

Reviewed-by: sjohanss, tschatzl
This commit is contained in:
Leo Korinth 2018-10-12 12:14:01 +02:00
parent 78fe66c3bb
commit e898052f3b
13 changed files with 21 additions and 166 deletions

View file

@ -58,13 +58,6 @@ class InstanceRefKlass: public InstanceKlass {
public:
InstanceRefKlass() { assert(DumpSharedSpaces || UseSharedSpaces, "only for CDS"); }
// GC specific object visitors
//
#if INCLUDE_PARALLELGC
// Parallel Compact
void oop_pc_update_pointers(oop obj, ParCompactionManager* cm);
#endif
// Oop fields (and metadata) iterators
//
// The InstanceRefKlass iterators also support reference processing.