< prev index next >

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

Print this page
rev 13237 : imported patch 8183226-periodic-rem-set-summary-accesses-uninitialized-stuff

*** 140,149 **** --- 140,150 ---- G1ScanObjsDuringUpdateRSClosure* update_rs_cl); // Print accumulated summary info from the start of the VM. void print_summary_info(); + void initialize_periodic_summary_info(); // Print accumulated summary info from the last time called. void print_periodic_summary_info(const char* header, uint period_count); size_t num_conc_refined_cards() const { return _num_conc_refined_cards; }
< prev index next >