RFR: 8345492: Fix -Wzero-as-null-pointer-constant warnings in adlc code
Vladimir Kozlov
kvn at openjdk.org
Wed Feb 26 16:45:57 UTC 2025
On Wed, 26 Feb 2025 15:11:25 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this trivial change to adlc, to use nullptr instead of literal 0
> as a null pointer constant.
>
> Testing: mach5 tier1
> Locally tested (linux-x64) with -Wzero-as-null-pointer-constant enabled to
> verify the warnings associated with this code were removed.
Good.
-------------
Marked as reviewed by kvn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/23804#pullrequestreview-2645154930
More information about the hotspot-compiler-dev
mailing list