mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
8038399: Remove dead oop_iterate MemRegion variants from SharedHeap, Generation and Space classes
Reviewed-by: tschatzl, stefank
This commit is contained in:
parent
102943d1f2
commit
74235d9630
11 changed files with 5 additions and 155 deletions
|
@ -212,7 +212,6 @@ public:
|
|||
|
||||
// Iteration functions.
|
||||
void oop_iterate(ExtendedOopClosure* cl);
|
||||
void oop_iterate(MemRegion mr, ExtendedOopClosure* cl);
|
||||
void object_iterate(ObjectClosure* cl);
|
||||
void safe_object_iterate(ObjectClosure* cl);
|
||||
Space* space_containing(const void* addr) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue