mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8293304: Replace some usages of INTPTR_FORMAT with PTR_FORMAT
Reviewed-by: kbarrett, coleenp
This commit is contained in:
parent
98da03af50
commit
6bd2794175
41 changed files with 137 additions and 131 deletions
|
@ -368,7 +368,7 @@ void PSOldGen::print_on(outputStream* st) const {
|
|||
st->print(" %-15s", name());
|
||||
st->print(" total " SIZE_FORMAT "K, used " SIZE_FORMAT "K",
|
||||
capacity_in_bytes()/K, used_in_bytes()/K);
|
||||
st->print_cr(" [" INTPTR_FORMAT ", " INTPTR_FORMAT ", " INTPTR_FORMAT ")",
|
||||
st->print_cr(" [" PTR_FORMAT ", " PTR_FORMAT ", " PTR_FORMAT ")",
|
||||
p2i(virtual_space()->low_boundary()),
|
||||
p2i(virtual_space()->high()),
|
||||
p2i(virtual_space()->high_boundary()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue