< prev index next >

src/share/vm/memory/genCollectedHeap.hpp

Print this page

        

*** 329,339 **** void update_gc_stats(int current_level, bool full) { _young_gen->update_gc_stats(current_level, full); _old_gen->update_gc_stats(current_level, full); } - // Override. bool no_gc_in_progress() { return !is_gc_active(); } // Override. void prepare_for_verify(); --- 329,338 ----
< prev index next >