提交 0e4bdee1 编写于 作者: N never

6968385: malformed xml in sweeper logging

Reviewed-by: kvn
上级 2939dd56
......@@ -422,7 +422,7 @@ void NMethodSweeper::log_sweep(const char* msg, const char* format, ...) {
if (LogCompilation && (xtty != NULL)) {
ttyLocker ttyl;
xtty->begin_elem("sweeper state='%s' traversals=`" INTX_FORMAT "' ", msg, (intx)traversal_count());
xtty->begin_elem("sweeper state='%s' traversals='" INTX_FORMAT "' ", msg, (intx)traversal_count());
if (format != NULL) {
va_list ap;
va_start(ap, format);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册