RFR: 8292981: Unify and restructure integer printing format specifiers [v2]
David Holmes
dholmes at openjdk.org
Mon Aug 29 12:12:10 UTC 2022
On Mon, 29 Aug 2022 07:40:40 GMT, Stefan Karlsson <stefank 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) ??
-------------
PR: https://git.openjdk.org/jdk/pull/10042
More information about the hotspot-dev
mailing list