RFR: 8375737: Fix -Wzero-as-null-pointer-constant warnings in arm32 code

David Holmes dholmes at openjdk.org
Wed Jan 21 05:14:51 UTC 2026


On Tue, 20 Jan 2026 18:27:26 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this trivial change to arm32 code to avoid using literal zero as a null
> pointer constant, instead using nullptr.
> 
> Testing: GHA build for arm32

Good and trivial. Thanks

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

Marked as reviewed by dholmes (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/29328#pullrequestreview-3685373003


More information about the hotspot-dev mailing list