mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +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
|
@ -91,7 +91,7 @@ void ThreadLocalAllocBuffer::record_slow_allocation(size_t obj_size) {
|
|||
|
||||
_slow_allocations++;
|
||||
|
||||
log_develop_trace(gc, tlab)("TLAB: %s thread: " INTPTR_FORMAT " [id: %2d]"
|
||||
log_develop_trace(gc, tlab)("TLAB: %s thread: " PTR_FORMAT " [id: %2d]"
|
||||
" obj: " SIZE_FORMAT
|
||||
" free: " SIZE_FORMAT
|
||||
" waste: " SIZE_FORMAT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue