equal
deleted
inserted
replaced
215 void VM_CGC_Operation::doit() { |
215 void VM_CGC_Operation::doit() { |
216 GCIdMark gc_id_mark(_gc_id); |
216 GCIdMark gc_id_mark(_gc_id); |
217 GCTraceCPUTime tcpu; |
217 GCTraceCPUTime tcpu; |
218 G1CollectedHeap* g1h = G1CollectedHeap::heap(); |
218 G1CollectedHeap* g1h = G1CollectedHeap::heap(); |
219 GCTraceTime(Info, gc) t(_printGCMessage, g1h->concurrent_mark()->gc_timer_cm(), GCCause::_no_gc, true); |
219 GCTraceTime(Info, gc) t(_printGCMessage, g1h->concurrent_mark()->gc_timer_cm(), GCCause::_no_gc, true); |
|
220 TraceCollectorStats tcs(g1h->g1mm()->conc_collection_counters()); |
|
221 SvcGCMarker sgcm(SvcGCMarker::CONCURRENT); |
220 IsGCActiveMark x; |
222 IsGCActiveMark x; |
221 _cl->do_void(); |
223 _cl->do_void(); |
222 } |
224 } |
223 |
225 |
224 bool VM_CGC_Operation::doit_prologue() { |
226 bool VM_CGC_Operation::doit_prologue() { |