diff src/share/vm/memory/defNewGeneration.cpp @ 6064:9d679effd28c

7166894: Add gc cause to GC logging for all collectors Reviewed-by: mgerdin, johnc
author brutisso
date Tue, 15 May 2012 10:25:06 +0200
parents b632e80fc9dc
children da91efe96a93
line wrap: on
line diff
--- a/src/share/vm/memory/defNewGeneration.cpp	Tue May 15 22:26:37 2012 +0200
+++ b/src/share/vm/memory/defNewGeneration.cpp	Tue May 15 10:25:06 2012 +0200
@@ -548,7 +548,7 @@
 
   init_assuming_no_promotion_failure();
 
-  TraceTime t1("GC", PrintGC && !PrintGCDetails, true, gclog_or_tty);
+  TraceTime t1(GCCauseString("GC", gch->gc_cause()), PrintGC && !PrintGCDetails, true, gclog_or_tty);
   // Capture heap used before collection (for printing).
   size_t gch_prev_used = gch->used();