< prev index next >

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

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

@@ -170,11 +170,11 @@
     GCTraceTime(Info, gc) t("Pause Full", NULL, gc_cause, true);
 
     heap->pre_full_gc_dump(_gc_timer);
 
     TraceCollectorStats tcs(counters());
-    TraceMemoryManagerStats tms(true /* Full GC */,gc_cause);
+    TraceMemoryManagerStats tms(heap->old_gc_mgr(),gc_cause);
 
     if (log_is_enabled(Debug, gc, heap, exit)) {
       accumulated_time()->start();
     }
 
< prev index next >