rev 49736 : [mq]: metaspace-additions-to-jcmd
@@ -202,10 +202,14 @@ void outputStream::cr() { this->write("\n", 1); } +void outputStream::cr_indent() { + cr(); indent(); +} + void outputStream::stamp() { if (! _stamp.is_updated()) { _stamp.update(); // start at 0 on first call to stamp() }