6968385: malformed xml in sweeper logging
authornever
Mon, 12 Jul 2010 22:27:18 -0700
changeset 5926 a36f90d986b6
parent 5925 a30fef61d0b7
child 5927 1e309b7d96b0
6968385: malformed xml in sweeper logging Reviewed-by: kvn
hotspot/src/share/vm/runtime/sweeper.cpp
--- a/hotspot/src/share/vm/runtime/sweeper.cpp	Mon Jul 12 10:58:25 2010 -0700
+++ b/hotspot/src/share/vm/runtime/sweeper.cpp	Mon Jul 12 22:27:18 2010 -0700
@@ -422,7 +422,7 @@
 
   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);