src/share/vm/memory/defNewGeneration.cpp

changeset 3767
9d679effd28c
parent 3711
b632e80fc9dc
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/memory/defNewGeneration.cpp	Tue May 15 22:26:37 2012 +0200
     1.2 +++ b/src/share/vm/memory/defNewGeneration.cpp	Tue May 15 10:25:06 2012 +0200
     1.3 @@ -548,7 +548,7 @@
     1.4  
     1.5    init_assuming_no_promotion_failure();
     1.6  
     1.7 -  TraceTime t1("GC", PrintGC && !PrintGCDetails, true, gclog_or_tty);
     1.8 +  TraceTime t1(GCCauseString("GC", gch->gc_cause()), PrintGC && !PrintGCDetails, true, gclog_or_tty);
     1.9    // Capture heap used before collection (for printing).
    1.10    size_t gch_prev_used = gch->used();
    1.11  

mercurial