RFR: 8336349: Fix more -Wzero-as-null-pointer-constant warnings in C2 code

Aleksey Shipilev shade at openjdk.org
Mon Jul 15 15:48:51 UTC 2024


On Sun, 14 Jul 2024 12:00:22 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this change that replaces some uses of literal 0 as a null
> pointer constant in C2 code to instead use nullptr.
> 
> Testing: mach5 tier1

Marked as reviewed by shade (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/20174#pullrequestreview-2178089079


More information about the hotspot-compiler-dev mailing list