On Wed, 15 Jan 2025 10:51:47 GMT, Christoph Langer <clan...@openjdk.org> wrote:

> What about Martin's comment regarding the %p for hex byte values? Shouldn't 
> some form of %x be better?

Do you maybe prefer casting to  uintptr_t  and use  `"%" PRIxPTR ` for printing 
this stuff ?  Seems this is done at some other places in the codebase. 
globalDefinitions.hpp contains also a few related macro definitions but that's 
Hotspot, I think we miss that for other libs.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/23076#issuecomment-2592459896

Reply via email to