# HG changeset patch # User never # Date 1278998838 25200 # Node ID 8d5934a77f1072ff4506f02764b65b491f69f2e0 # Parent 3941674cc7facfde6245763d5404b655628f44c3 6968385: malformed xml in sweeper logging Reviewed-by: kvn diff -r 3941674cc7fa -r 8d5934a77f10 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 @@ 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);