mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 00:54:38 +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)) {
|
if (LogCompilation && (xtty != NULL)) {
|
||||||
ttyLocker ttyl;
|
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) {
|
if (format != NULL) {
|
||||||
va_list ap;
|
va_list ap;
|
||||||
va_start(ap, format);
|
va_start(ap, format);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue