< prev index next >

src/share/vm/runtime/timer.cpp

Print this page

        

*** 118,128 **** _active = doit; _verbose = true; if (_active) { _accum = NULL; - tty->stamp(PrintGCTimeStamps); tty->print("[%s", title); tty->flush(); _t.start(); } } --- 118,127 ----
*** 133,143 **** bool verbose) { _active = doit; _verbose = verbose; if (_active) { if (_verbose) { - tty->stamp(PrintGCTimeStamps); tty->print("[%s", title); tty->flush(); } _accum = accumulator; _t.start(); --- 132,141 ----
< prev index next >