hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp
changeset 18687 5a0543c157c9
parent 18025 b7bcf7497f93
child 18994 d32a17b7502c
equal deleted inserted replaced
18492:ab4fbcf75767 18687:5a0543c157c9
  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