< prev index next >

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

Print this page
rev 47957 : 8191564: Refactor GC related servicability code into GC specific subclasses

@@ -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->major_mgr(),gc_cause);
 
     if (log_is_enabled(Debug, gc, heap, exit)) {
       accumulated_time()->start();
     }
 
< prev index next >