src/hotspot/share/gc/parallel/psParallelCompact.cpp
changeset 48168 cb5d2d4453d0
parent 47799 1772ebf07d1f
child 49041 44122f767467
equal deleted inserted replaced
48167:f04a848c6f00 48168:cb5d2d4453d0
  1770     GCTraceTime(Info, gc) tm("Pause Full", NULL, gc_cause, true);
  1770     GCTraceTime(Info, gc) tm("Pause Full", NULL, gc_cause, true);
  1771 
  1771 
  1772     heap->pre_full_gc_dump(&_gc_timer);
  1772     heap->pre_full_gc_dump(&_gc_timer);
  1773 
  1773 
  1774     TraceCollectorStats tcs(counters());
  1774     TraceCollectorStats tcs(counters());
  1775     TraceMemoryManagerStats tms(true /* Full GC */,gc_cause);
  1775     TraceMemoryManagerStats tms(heap->old_gc_manager(), gc_cause);
  1776 
  1776 
  1777     if (log_is_enabled(Debug, gc, heap, exit)) {
  1777     if (log_is_enabled(Debug, gc, heap, exit)) {
  1778       accumulated_time()->start();
  1778       accumulated_time()->start();
  1779     }
  1779     }
  1780 
  1780