hotspot/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp
changeset 27887 8e793accbf05
parent 27678 d1872bc7dd8d
child 27900 d24cd7a1ed38
equal deleted inserted replaced
27886:79c703ddca55 27887:8e793accbf05
   228   ConcurrentMarkThread::slt()->
   228   ConcurrentMarkThread::slt()->
   229     manipulatePLL(SurrogateLockerThread::releaseAndNotifyPLL);
   229     manipulatePLL(SurrogateLockerThread::releaseAndNotifyPLL);
   230 }
   230 }
   231 
   231 
   232 void VM_CGC_Operation::doit() {
   232 void VM_CGC_Operation::doit() {
   233   gclog_or_tty->date_stamp(G1Log::fine() && PrintGCDateStamps);
       
   234   TraceCPUTime tcpu(G1Log::finer(), true, gclog_or_tty);
   233   TraceCPUTime tcpu(G1Log::finer(), true, gclog_or_tty);
   235   GCTraceTime t(_printGCMessage, G1Log::fine(), true, G1CollectedHeap::heap()->gc_timer_cm(), G1CollectedHeap::heap()->concurrent_mark()->concurrent_gc_id());
   234   GCTraceTime t(_printGCMessage, G1Log::fine(), true, G1CollectedHeap::heap()->gc_timer_cm(), G1CollectedHeap::heap()->concurrent_mark()->concurrent_gc_id());
   236   SharedHeap* sh = SharedHeap::heap();
   235   SharedHeap* sh = SharedHeap::heap();
   237   // This could go away if CollectedHeap gave access to _gc_is_active...
   236   // This could go away if CollectedHeap gave access to _gc_is_active...
   238   if (sh != NULL) {
   237   if (sh != NULL) {