comparison src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp @ 532:99c597293e35

Merge
author coleenp
date Fri, 23 Jan 2009 10:41:28 -0500
parents e9be0e04635a
children 5cfd8d19e546
comparison
equal deleted inserted replaced
531:40ee984935b9 532:99c597293e35
1210 void save_sweep_limit(); 1210 void save_sweep_limit();
1211 1211
1212 // More iteration support 1212 // More iteration support
1213 virtual void oop_iterate(MemRegion mr, OopClosure* cl); 1213 virtual void oop_iterate(MemRegion mr, OopClosure* cl);
1214 virtual void oop_iterate(OopClosure* cl); 1214 virtual void oop_iterate(OopClosure* cl);
1215 virtual void safe_object_iterate(ObjectClosure* cl);
1215 virtual void object_iterate(ObjectClosure* cl); 1216 virtual void object_iterate(ObjectClosure* cl);
1216 1217
1217 // Need to declare the full complement of closures, whether we'll 1218 // Need to declare the full complement of closures, whether we'll
1218 // override them or not, or get message from the compiler: 1219 // override them or not, or get message from the compiler:
1219 // oop_since_save_marks_iterate_nv hides virtual function... 1220 // oop_since_save_marks_iterate_nv hides virtual function...