mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-31 18:20:02 +00:00
6968385: malformed xml in sweeper logging
Reviewed-by: kvn
This commit is contained in:
parent
d3c3800a29
commit
1eabc28737
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user