hotspot/src/share/vm/compiler/compileBroker.cpp
changeset 19708 64e8c91f5f3e
parent 18025 b7bcf7497f93
child 20290 2127dc70bce9
--- a/hotspot/src/share/vm/compiler/compileBroker.cpp	Fri Aug 23 03:14:54 2013 -0700
+++ b/hotspot/src/share/vm/compiler/compileBroker.cpp	Fri Aug 23 11:41:37 2013 -0700
@@ -1718,7 +1718,7 @@
     CodeCache::print_summary(&s, detailed);
   }
   ttyLocker ttyl;
-  tty->print_cr(s.as_string());
+  tty->print(s.as_string());
 }
 
 // ------------------------------------------------------------------