mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8008081: Print outs do not have matching arguments
Corrected formatted prints to have matching arguments, removed dead print_frame_layout function Reviewed-by: sla, dholmes
This commit is contained in:
parent
1a74b23a2f
commit
960480c53d
8 changed files with 11 additions and 32 deletions
|
@ -373,6 +373,8 @@ process_chunk_boundaries(Space* sp,
|
|||
" does not exceed used.end() = " PTR_FORMAT ","
|
||||
" yet last_chunk_index_to_check " INTPTR_FORMAT
|
||||
" exceeds last_chunk_index " INTPTR_FORMAT,
|
||||
last_block, last_block + last_block_size,
|
||||
used.end(),
|
||||
last_chunk_index_to_check, last_chunk_index));
|
||||
assert(sp->used_region().end() > used.end(),
|
||||
err_msg("Expansion did not happen: "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue