changeset 1544:8d5934a77f10

6968385: malformed xml in sweeper logging Reviewed-by: kvn
author never
date Mon, 12 Jul 2010 22:27:18 -0700
parents 3941674cc7fa
children 079980c86f33
files src/share/vm/runtime/sweeper.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 
   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);