< prev index next >

src/share/vm/gc/serial/defNewGeneration.hpp

Print this page

        

*** 283,295 **** virtual void gc_epilogue(bool full); // Save the tops for eden, from, and to virtual void record_spaces_top(); - // Doesn't require additional work during GC prologue and epilogue - virtual bool performs_in_place_marking() const { return false; } - // Accessing marks void save_marks(); void reset_saved_marks(); bool no_allocs_since_save_marks(); --- 283,292 ----
< prev index next >