提交 4ae7c2f0 编写于 作者: Z zgu

8026300: VM warning: increase O_BUFLEN in ostream.hpp -- output truncated...

8026300: VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags
Summary: Fixed wrong print string format
Reviewed-by: sla, ccheung
上级 42c9bdf3
......@@ -325,7 +325,7 @@ void Flag::print_on(outputStream* st, bool withComments) {
else st->print("%-16s", "");
}
st->print("%-20");
st->print("%-20s", " ");
print_kind(st);
if (withComments) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册