comparison src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp @ 20264:30c99d8e0f02

8038399: Remove dead oop_iterate MemRegion variants from SharedHeap, Generation and Space classes Reviewed-by: tschatzl, stefank
author mgerdin
date Thu, 06 Mar 2014 09:08:18 +0100
parents 78bbf4d43a14
children 5255b195f828
comparison
equal deleted inserted replaced
20263:4dfab3faf5e7 20264:30c99d8e0f02
348 348
349 // mutual exclusion support 349 // mutual exclusion support
350 Mutex* freelistLock() const { return &_freelistLock; } 350 Mutex* freelistLock() const { return &_freelistLock; }
351 351
352 // Iteration support 352 // Iteration support
353 void oop_iterate(MemRegion mr, ExtendedOopClosure* cl);
354 void oop_iterate(ExtendedOopClosure* cl); 353 void oop_iterate(ExtendedOopClosure* cl);
355 354
356 void object_iterate(ObjectClosure* blk); 355 void object_iterate(ObjectClosure* blk);
357 // Apply the closure to each object in the space whose references 356 // Apply the closure to each object in the space whose references
358 // point to objects in the heap. The usage of CompactibleFreeListSpace 357 // point to objects in the heap. The usage of CompactibleFreeListSpace