src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp

Print this page

        

*** 3398,3411 **** _collector(collector), _phase(phase), _print_cr(print_cr) { if (PrintCMSStatistics != 0) { _collector->resetYields(); } ! if (PrintGCDetails && PrintGCTimeStamps) { gclog_or_tty->date_stamp(PrintGCDateStamps); ! gclog_or_tty->stamp(); ! gclog_or_tty->print_cr(": [%s-concurrent-%s-start]", _collector->cmsGen()->short_name(), _phase); } _collector->resetTimer(); _wallclock.start(); _collector->startTimer(); --- 3398,3411 ---- _collector(collector), _phase(phase), _print_cr(print_cr) { if (PrintCMSStatistics != 0) { _collector->resetYields(); } ! if (PrintGCDetails) { gclog_or_tty->date_stamp(PrintGCDateStamps); ! gclog_or_tty->stamp(PrintGCTimeStamps); ! gclog_or_tty->print_cr("[%s-concurrent-%s-start]", _collector->cmsGen()->short_name(), _phase); } _collector->resetTimer(); _wallclock.start(); _collector->startTimer();