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

Print this page
rev 4735 : [mq]: 8013895
rev 4736 : Add per-region type information to the output of -XX:+G1SummarizeRSetStats

*** 131,141 **** // Print accumulated summary info from the start of the VM. virtual void print_summary_info(); // Print accumulated summary info from the last time called. ! virtual void print_periodic_summary_info(); // Prepare remembered set for verification. virtual void prepare_for_verify(); size_t conc_refine_cards() const { --- 131,141 ---- // Print accumulated summary info from the start of the VM. virtual void print_summary_info(); // Print accumulated summary info from the last time called. ! virtual void print_periodic_summary_info(const char* header); // Prepare remembered set for verification. virtual void prepare_for_verify(); size_t conc_refine_cards() const {