< prev index next >

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

Print this page
rev 48000 : [mq]: open.patch
rev 48001 : [mq]: 8191564-new.patch

*** 170,180 **** GCTraceTime(Info, gc) t("Pause Full", NULL, gc_cause, true); heap->pre_full_gc_dump(_gc_timer); TraceCollectorStats tcs(counters()); ! TraceMemoryManagerStats tms(heap->old_gc_mgr(),gc_cause); if (log_is_enabled(Debug, gc, heap, exit)) { accumulated_time()->start(); } --- 170,180 ---- GCTraceTime(Info, gc) t("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 >