--- old/src/share/vm/runtime/timer.cpp 2015-11-19 15:35:29.154128499 +0100 +++ new/src/share/vm/runtime/timer.cpp 2015-11-19 15:35:29.042128503 +0100 @@ -120,7 +120,6 @@ if (_active) { _accum = NULL; - tty->stamp(PrintGCTimeStamps); tty->print("[%s", title); tty->flush(); _t.start(); @@ -135,7 +134,6 @@ _verbose = verbose; if (_active) { if (_verbose) { - tty->stamp(PrintGCTimeStamps); tty->print("[%s", title); tty->flush(); }