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

Vladimir Kozlov kvn at openjdk.org
Mon Jul 15 14:57:53 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

Looks good.

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

Marked as reviewed by kvn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list