Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8349553 | 8u461 | Yagmur Eren | P4 | Resolved | Fixed | b01 |
There are a number of places where we use %d to print size_t values and a few places where we use 0x%x to print pointers. This gives incorrect values on platforms where the size of size_t and pointers differ from the size of ints. Use SIZE_FORMAT and PTR_FORMAT instead.
- backported by
-
JDK-8349553 Use correct format specifier to print size_t values and pointers in the GC code
-
- Resolved
-