comparison src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.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 7426d8d76305
children 5255b195f828
comparison
equal deleted inserted replaced
20263:4dfab3faf5e7 20264:30c99d8e0f02
1283 1283
1284 // Iteration support specific to CMS generations 1284 // Iteration support specific to CMS generations
1285 void save_sweep_limit(); 1285 void save_sweep_limit();
1286 1286
1287 // More iteration support 1287 // More iteration support
1288 virtual void oop_iterate(MemRegion mr, ExtendedOopClosure* cl);
1289 virtual void oop_iterate(ExtendedOopClosure* cl); 1288 virtual void oop_iterate(ExtendedOopClosure* cl);
1290 virtual void safe_object_iterate(ObjectClosure* cl); 1289 virtual void safe_object_iterate(ObjectClosure* cl);
1291 virtual void object_iterate(ObjectClosure* cl); 1290 virtual void object_iterate(ObjectClosure* cl);
1292 1291
1293 // Need to declare the full complement of closures, whether we'll 1292 // Need to declare the full complement of closures, whether we'll