mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 00:54:38 +02:00
8005079: fix LogCompilation for incremental inlining
Report late inlining as part of the rest of the inlining output Reviewed-by: twisti, kvn
This commit is contained in:
parent
65d6e6b331
commit
522abfc113
16 changed files with 273 additions and 43 deletions
|
@ -968,6 +968,7 @@ void CodeBuffer::verify_section_allocation() {
|
|||
|
||||
void CodeBuffer::log_section_sizes(const char* name) {
|
||||
if (xtty != NULL) {
|
||||
ttyLocker ttyl;
|
||||
// log info about buffer usage
|
||||
xtty->print_cr("<blob name='%s' size='%d'>", name, _total_size);
|
||||
for (int n = (int) CodeBuffer::SECT_FIRST; n < (int) CodeBuffer::SECT_LIMIT; n++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue