< prev index next >

src/hotspot/share/gc/parallel/psParallelCompact.cpp

Print this page
rev 48000 : [mq]: open.patch

*** 1770,1780 **** GCTraceTime(Info, gc) tm("Pause Full", NULL, gc_cause, true); heap->pre_full_gc_dump(&_gc_timer); TraceCollectorStats tcs(counters()); ! TraceMemoryManagerStats tms(true /* Full GC */,gc_cause); if (log_is_enabled(Debug, gc, heap, exit)) { accumulated_time()->start(); } --- 1770,1780 ---- GCTraceTime(Info, gc) tm("Pause Full", NULL, gc_cause, true); heap->pre_full_gc_dump(&_gc_timer); TraceCollectorStats tcs(counters()); ! TraceMemoryManagerStats tms(heap->old_gc_manager(), gc_cause); if (log_is_enabled(Debug, gc, heap, exit)) { accumulated_time()->start(); }
< prev index next >