RFR: 8316178: Better diagnostic header for CodeBlobs

Aleksey Shipilev shade at openjdk.org
Thu Sep 14 18:29:39 UTC 2023


On Thu, 14 Sep 2023 17:57:36 GMT, Vladimir Kozlov <kvn 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.

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

PR Comment: https://git.openjdk.org/jdk/pull/15708#issuecomment-1719940877


More information about the hotspot-compiler-dev mailing list