diff src/share/vm/compiler/compileBroker.cpp @ 12158:766fac3395d6

8012972: Incremental Inlining should support scalar replaced object in debug info Summary: store in _first_index not absolute index but an index relative to the last (youngest) jvms->_scloff value Reviewed-by: roland, twisti
author kvn
date Fri, 23 Aug 2013 11:41:37 -0700
parents f2110083203d
children 510fbd28919c
line wrap: on
line diff
--- a/src/share/vm/compiler/compileBroker.cpp	Fri Aug 23 03:14:54 2013 -0700
+++ b/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());
 }
 
 // ------------------------------------------------------------------