--- old/src/share/vm/runtime/timer.cpp 2012-11-30 11:49:16.100409736 -0800 +++ new/src/share/vm/runtime/timer.cpp 2012-11-30 11:49:15.896188514 -0800 @@ -210,8 +210,9 @@ } else { _logfile->print("[Error in TraceCPUTime]"); } - if (_print_cr) { + if (_print_cr) { _logfile->print_cr(""); } + _logfile->flush(); } }