src/hotspot/share/gc/parallel/psMarkSweep.cpp
changeset 48168 cb5d2d4453d0
parent 47799 1772ebf07d1f
child 49047 8f004146e407
equal deleted inserted replaced
48167:f04a848c6f00 48168:cb5d2d4453d0
   170     GCTraceTime(Info, gc) t("Pause Full", NULL, gc_cause, true);
   170     GCTraceTime(Info, gc) t("Pause Full", NULL, gc_cause, true);
   171 
   171 
   172     heap->pre_full_gc_dump(_gc_timer);
   172     heap->pre_full_gc_dump(_gc_timer);
   173 
   173 
   174     TraceCollectorStats tcs(counters());
   174     TraceCollectorStats tcs(counters());
   175     TraceMemoryManagerStats tms(true /* Full GC */,gc_cause);
   175     TraceMemoryManagerStats tms(heap->old_gc_manager(),gc_cause);
   176 
   176 
   177     if (log_is_enabled(Debug, gc, heap, exit)) {
   177     if (log_is_enabled(Debug, gc, heap, exit)) {
   178       accumulated_time()->start();
   178       accumulated_time()->start();
   179     }
   179     }
   180 
   180