mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8211447: Replace oop_pc_update_pointers with oop_iterate and closure
Reviewed-by: sjohanss, tschatzl
This commit is contained in:
parent
78fe66c3bb
commit
e898052f3b
13 changed files with 21 additions and 166 deletions
|
@ -1183,13 +1183,6 @@ public:
|
|||
const char* signature_name() const;
|
||||
static Symbol* package_from_name(const Symbol* name, TRAPS);
|
||||
|
||||
// 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 InstanceKlass iterators also visits the Object's klass.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue