hotspot/src/share/vm/runtime/sweeper.cpp
changeset 5926 a36f90d986b6
parent 5924 dc9d04930c82
child 6453 970dc585ab63
--- 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);