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