< prev index next >

src/hotspot/share/gc/g1/g1CollectedHeap.hpp

Print this page
rev 53774 : imported patch 8219096-merge-termination-stats-logging

*** 736,755 **** void evacuate_optional_regions(G1ParScanThreadStateSet* per_thread_states, G1OptionalCSet* ocset); void pre_evacuate_collection_set(); void post_evacuate_collection_set(G1EvacuationInfo& evacuation_info, G1ParScanThreadStateSet* pss); - // Print the header for the per-thread termination statistics. - static void print_termination_stats_hdr(); - // Print actual per-thread termination statistics. - void print_termination_stats(uint worker_id, - double elapsed_ms, - double strong_roots_ms, - double term_ms, - size_t term_attempts, - size_t alloc_buffer_waste, - size_t undo_waste) const; // Update object copying statistics. void record_obj_copy_mem_stats(); // The hot card cache for remembered set insertion optimization. G1HotCardCache* _hot_card_cache; --- 736,745 ----
< prev index next >