< prev index next >

src/share/vm/utilities/ostream.cpp

Print this page

        

*** 237,254 **** } print_raw(suffix); return; } - void outputStream::gclog_stamp() { - date_stamp(PrintGCDateStamps); - stamp(PrintGCTimeStamps); - if (PrintGCID) { - print("#%u: ", GCId::current()); - } - } - outputStream& outputStream::indent() { while (_position < _indentation) sp(); return *this; } --- 237,246 ----
< prev index next >