comparison 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
comparison
equal deleted inserted replaced
12094:73921c720b94 12158:766fac3395d6
1716 { 1716 {
1717 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag); 1717 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
1718 CodeCache::print_summary(&s, detailed); 1718 CodeCache::print_summary(&s, detailed);
1719 } 1719 }
1720 ttyLocker ttyl; 1720 ttyLocker ttyl;
1721 tty->print_cr(s.as_string()); 1721 tty->print(s.as_string());
1722 } 1722 }
1723 1723
1724 // ------------------------------------------------------------------ 1724 // ------------------------------------------------------------------
1725 // CompileBroker::invoke_compiler_on_method 1725 // CompileBroker::invoke_compiler_on_method
1726 // 1726 //