diff src/share/vm/utilities/ostream.cpp @ 6843:c3e799c37717

7177003: C1: LogCompilation support Summary: add LogCompilation support in C1 - both client and tiered mode. Reviewed-by: twisti, kvn
author vlivanov
date Fri, 05 Oct 2012 18:57:10 -0700
parents 4ee06e614636
children e522a00b91aa 203f64878aab
line wrap: on
line diff
--- a/src/share/vm/utilities/ostream.cpp	Fri Oct 05 13:37:08 2012 -0700
+++ b/src/share/vm/utilities/ostream.cpp	Fri Oct 05 18:57:10 2012 -0700
@@ -759,7 +759,7 @@
     if (has_log) {
       _log_file->bol();
       // output a hint where this output is coming from:
-      _log_file->print_cr("<writer thread='"INTX_FORMAT"'/>", writer_id);
+      _log_file->print_cr("<writer thread='" UINTX_FORMAT "'/>", writer_id);
     }
     _last_writer = writer_id;
   }