6968385: malformed xml in sweeper logging
authornever
Mon Jul 12 22:27:18 2010 -0700 (2 years ago)
changeset 18438d5934a77f10
parent 18423941674cc7fa
child 1844079980c86f33
6968385: malformed xml in sweeper logging
Reviewed-by: kvn
src/share/vm/runtime/sweeper.cpp
--- a/src/share/vm/runtime/sweeper.cpp Mon Jul 12 10:58:25 2010 -0700
+++ b/src/share/vm/runtime/sweeper.cpp Mon Jul 12 22:27:18 2010 -0700
@@ -422,7 +422,7 @@ void NMethodSweeper::log_sweep(const cha
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);