--- a/hotspot/src/share/vm/utilities/xmlstream.cpp Tue Jun 24 10:43:29 2008 -0700
+++ b/hotspot/src/share/vm/utilities/xmlstream.cpp Tue Jun 24 16:00:14 2008 -0700
@@ -59,6 +59,7 @@
if (!is_open()) return;
out()->write(s, len);
+ update_position(s, len);
}