< prev index next >

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

Print this page
rev 13238 : [mq]: 8183226-eridk-sjohanss-review

*** 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; } --- 140,149 ----
< prev index next >