src/share/vm/gc_implementation/g1/vm_operations_g1.cpp

changeset 6904
0982ec23da03
parent 5581
f7d3b4387a16
child 7118
227a9e5e4b4a
     1.1 --- a/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp	Wed Jun 25 15:51:15 2014 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp	Thu Jun 19 13:31:14 2014 +0200
     1.3 @@ -226,7 +226,7 @@
     1.4  void VM_CGC_Operation::doit() {
     1.5    gclog_or_tty->date_stamp(G1Log::fine() && PrintGCDateStamps);
     1.6    TraceCPUTime tcpu(G1Log::finer(), true, gclog_or_tty);
     1.7 -  GCTraceTime t(_printGCMessage, G1Log::fine(), true, G1CollectedHeap::heap()->gc_timer_cm());
     1.8 +  GCTraceTime t(_printGCMessage, G1Log::fine(), true, G1CollectedHeap::heap()->gc_timer_cm(), G1CollectedHeap::heap()->concurrent_mark()->concurrent_gc_id());
     1.9    SharedHeap* sh = SharedHeap::heap();
    1.10    // This could go away if CollectedHeap gave access to _gc_is_active...
    1.11    if (sh != NULL) {

mercurial