# HG changeset patch # User brutisso # Date 1363148083 -3600 # Node ID dd338b39adb81c2491490ce4d1280960b2bfdce6 # Parent 309beb854960af10e2bdb18dd61fd6f34113d17b# Parent 58302a2ffb9aa9a89abc9d9f55f209c1aa593f83 Merge diff -r 58302a2ffb9a -r dd338b39adb8 hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp --- a/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp Tue Mar 12 08:33:57 2013 +0100 +++ b/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp Wed Mar 13 05:14:43 2013 +0100 @@ -3395,10 +3395,10 @@ if (PrintCMSStatistics != 0) { _collector->resetYields(); } - if (PrintGCDetails && PrintGCTimeStamps) { + if (PrintGCDetails) { gclog_or_tty->date_stamp(PrintGCDateStamps); - gclog_or_tty->stamp(); - gclog_or_tty->print_cr(": [%s-concurrent-%s-start]", + gclog_or_tty->stamp(PrintGCTimeStamps); + gclog_or_tty->print_cr("[%s-concurrent-%s-start]", _collector->cmsGen()->short_name(), _phase); } _collector->resetTimer();