< prev index next >

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

Print this page

        

*** 147,168 **** // Refine the card corresponding to "card_ptr". // If oops_in_heap_closure is not NULL, a true result is returned // if the given card contains oops that have references into the // current collection set. ! virtual bool refine_card(jbyte* card_ptr, uint worker_i, G1ParPushHeapRSClosure* oops_in_heap_closure); // 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, uint period_count); // Prepare remembered set for verification. ! virtual void prepare_for_verify(); size_t conc_refine_cards() const { return _conc_refine_cards; } --- 147,168 ---- // Refine the card corresponding to "card_ptr". // If oops_in_heap_closure is not NULL, a true result is returned // if the given card contains oops that have references into the // current collection set. ! bool refine_card(jbyte* card_ptr, uint worker_i, G1ParPushHeapRSClosure* oops_in_heap_closure); // Print accumulated summary info from the start of the VM. ! void print_summary_info(); // Print accumulated summary info from the last time called. ! void print_periodic_summary_info(const char* header, uint period_count); // Prepare remembered set for verification. ! void prepare_for_verify(); size_t conc_refine_cards() const { return _conc_refine_cards; }
< prev index next >