< prev index next >

src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

Print this page

        

*** 1252,1265 **** // a collection pause which used the card table to claim cards. void cleanUpCardTable(); // Iteration functions. - // Iterate over all the ref-containing fields of all objects, calling - // "cl.do_oop" on each. - virtual void oop_iterate(ExtendedOopClosure* cl); - // Iterate over all objects, calling "cl.do_object" on each. virtual void object_iterate(ObjectClosure* cl); virtual void safe_object_iterate(ObjectClosure* cl) { object_iterate(cl); --- 1252,1261 ----
< prev index next >