mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +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
|
@ -353,7 +353,7 @@ protected:
|
|||
assert(jp >= _begin && jp < _end,
|
||||
err_msg("Error: jp " PTR_FORMAT " should be within "
|
||||
"[_begin, _end) = [" PTR_FORMAT "," PTR_FORMAT ")",
|
||||
_begin, _end));
|
||||
jp, _begin, _end));
|
||||
oop obj = oopDesc::load_decode_heap_oop(p);
|
||||
guarantee(obj == NULL || (HeapWord*)obj >= _boundary,
|
||||
err_msg("pointer " PTR_FORMAT " at " PTR_FORMAT " on "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue