--- 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);