< prev index next >

src/share/vm/gc/parallel/parallelScavengeHeap.cpp

Print this page

        

*** 580,589 **** --- 580,592 ---- } if (TraceOldGenTime) { double time = UseParallelOldGC ? PSParallelCompact::accumulated_time()->seconds() : PSMarkSweep::accumulated_time()->seconds(); tty->print_cr("[Accumulated GC generation 1 time %3.7f secs]", time); } + + AdaptiveSizePolicyOutput::print(); + } void ParallelScavengeHeap::verify(VerifyOption option /* ignored */) { // Why do we need the total_collections()-filter below?
< prev index next >