mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
6968385: malformed xml in sweeper logging
Reviewed-by: kvn
This commit is contained in:
parent
d3c3800a29
commit
1eabc28737
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue