hotspot/src/share/vm/utilities/ostream.cpp
changeset 13964 01a2b863cc61
parent 13476 471200fb94fd
child 15228 e92acc84ade3
equal deleted inserted replaced
13951:3fc49366dc15 13964:01a2b863cc61
   757   // got the lock
   757   // got the lock
   758   if (writer_id != _last_writer) {
   758   if (writer_id != _last_writer) {
   759     if (has_log) {
   759     if (has_log) {
   760       _log_file->bol();
   760       _log_file->bol();
   761       // output a hint where this output is coming from:
   761       // output a hint where this output is coming from:
   762       _log_file->print_cr("<writer thread='"INTX_FORMAT"'/>", writer_id);
   762       _log_file->print_cr("<writer thread='" UINTX_FORMAT "'/>", writer_id);
   763     }
   763     }
   764     _last_writer = writer_id;
   764     _last_writer = writer_id;
   765   }
   765   }
   766   _writer = writer_id;
   766   _writer = writer_id;
   767   return writer_id;
   767   return writer_id;