< prev index next >

src/share/vm/memory/genCollectedHeap.hpp

Print this page

        

*** 360,371 **** // Apply "cl.do_generation" to all generations in the heap // If "old_to_young" determines the order. void generation_iterate(GenClosure* cl, bool old_to_young); - void space_iterate(SpaceClosure* cl); - // Return "true" if all generations have reached the // maximal committed limit that they can reach, without a garbage // collection. virtual bool is_maximal_no_gc() const; --- 360,369 ----
< prev index next >