RFR: 8337786: Fix simple -Wzero-as-null-pointer-constant warnings in aarch64 code
Thomas Schatzl
tschatzl at openjdk.org
Tue Aug 6 15:28:33 UTC 2024
On Sat, 3 Aug 2024 23:28:33 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this trivial change that replaces some uses of literal 0 as a
> null pointer constant in aarch64 code to instead use nullptr.
>
> Testing: mach5 tier1
lgtm
-------------
Marked as reviewed by tschatzl (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20454#pullrequestreview-2221634125
More information about the hotspot-dev
mailing list