RFR: 8292981: Unify and restructure integer printing format specifiers [v2]
Stefan Karlsson
stefank at openjdk.org
Mon Aug 29 12:47:06 UTC 2022
On Mon, 29 Aug 2022 12:08:27 GMT, David Holmes <dholmes at openjdk.org> wrote:
> > I think you misunderstood this. I didn't remove PTR_FORMAT. I removed PTR32_FORMAT and PTR64_FORMAT, which were used to print integers with the same format as PTR_FORMAT.
>
> At least the first few cases all look like ptr's to me: stackptr_t, codeptr_t, p2i(x) ??
OK, now I understand what you mean. Right, those should be changed to PTR_FORMAT. I'll change that, but I can't compile for AIX, so I hope someone else can test this for me (alt. fix this post-integration).
-------------
PR: https://git.openjdk.org/jdk/pull/10042
More information about the hotspot-dev
mailing list