src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp

changeset 5369
71180a6e5080
parent 5237
f2110083203d
child 5459
7b06ae405d7b
equal deleted inserted replaced
5338:cedf20e2a655 5369:71180a6e5080
1271 bool expand_and_ensure_spooling_space(PromotionInfo* promo); 1271 bool expand_and_ensure_spooling_space(PromotionInfo* promo);
1272 1272
1273 // Iteration support and related enquiries 1273 // Iteration support and related enquiries
1274 void save_marks(); 1274 void save_marks();
1275 bool no_allocs_since_save_marks(); 1275 bool no_allocs_since_save_marks();
1276 void object_iterate_since_last_GC(ObjectClosure* cl);
1277 void younger_refs_iterate(OopsInGenClosure* cl); 1276 void younger_refs_iterate(OopsInGenClosure* cl);
1278 1277
1279 // Iteration support specific to CMS generations 1278 // Iteration support specific to CMS generations
1280 void save_sweep_limit(); 1279 void save_sweep_limit();
1281 1280

mercurial