equal
deleted
inserted
replaced
170 GCTraceTime(Info, gc) t("Pause Full", NULL, gc_cause, true); |
170 GCTraceTime(Info, gc) t("Pause Full", NULL, gc_cause, true); |
171 |
171 |
172 heap->pre_full_gc_dump(_gc_timer); |
172 heap->pre_full_gc_dump(_gc_timer); |
173 |
173 |
174 TraceCollectorStats tcs(counters()); |
174 TraceCollectorStats tcs(counters()); |
175 TraceMemoryManagerStats tms(true /* Full GC */,gc_cause); |
175 TraceMemoryManagerStats tms(heap->old_gc_manager(),gc_cause); |
176 |
176 |
177 if (log_is_enabled(Debug, gc, heap, exit)) { |
177 if (log_is_enabled(Debug, gc, heap, exit)) { |
178 accumulated_time()->start(); |
178 accumulated_time()->start(); |
179 } |
179 } |
180 |
180 |