diff -r 64fb1fd7186d -r d0bebc7eefc2 hotspot/src/share/vm/utilities/xmlstream.cpp --- 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); }