RFR: 8316178: Better diagnostic header for CodeBlobs
Vladimir Kozlov
kvn at openjdk.org
Thu Sep 14 19:03:42 UTC 2023
On Thu, 14 Sep 2023 18:27:13 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> > Looks good. One question: did you change `INTPTR_FORMAT` to `PTR_FORMAT` because they are the same but shorter name?
>
> Muscle memory: when using `p2i` I use `PTR_FORMAT`, so when I rewrote `stub` to `p2i(stub)`, I also changed to `PTR_FORMAT` to match. Not really sure what is our agreed style here, though.
It looks like we use both evenly so I am fine with this change.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15708#issuecomment-1719985589
More information about the hotspot-compiler-dev
mailing list