src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp	Mon May 19 22:09:14 2014
--- new/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp	Mon May 19 22:09:13 2014

*** 2058,2068 **** --- 2058,2068 ---- TraceCPUTime tcpu(PrintGCDetails, true, gclog_or_tty); GCTraceTime t1(GCCauseString("Full GC", gc_cause), PrintGC, !PrintGCDetails, NULL); TraceCollectorStats tcs(counters()); TraceMemoryManagerStats tms(true /* Full GC */,gc_cause); ! if (TraceGen1Time) accumulated_time()->start(); ! if (TraceOldGenTime) accumulated_time()->start(); // Let the size policy know we're starting size_policy->major_collection_begin(); CodeCache::gc_prologue();
*** 2185,2195 **** --- 2185,2195 ---- heap->resize_all_tlabs(); // Resize the metaspace capacity after a collection MetaspaceGC::compute_new_size(); ! if (TraceGen1Time) accumulated_time()->stop(); ! if (TraceOldGenTime) accumulated_time()->stop(); if (PrintGC) { if (PrintGCDetails) { // No GC timestamp here. This is after GC so it would be confusing. young_gen->print_used_change(pre_gc_values.young_gen_used());

src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File