< prev index next >

src/hotspot/share/gc/shared/genCollectedHeap.cpp

Print this page
rev 57840 : imported patch 8215297-remove-ptt
rev 57842 : [mq]: 8238220-rename-owsttaskterminator

*** 676,686 **** print_heap_after_gc(); } #ifdef TRACESPINNING ! OWSTTaskTerminator::print_termination_counts(); #endif } bool GenCollectedHeap::should_do_full_collection(size_t size, bool full, bool is_tlab, GenCollectedHeap::GenerationType max_gen) const { --- 676,686 ---- print_heap_after_gc(); } #ifdef TRACESPINNING ! TaskTerminator::print_termination_counts(); #endif } bool GenCollectedHeap::should_do_full_collection(size_t size, bool full, bool is_tlab, GenCollectedHeap::GenerationType max_gen) const {
< prev index next >