Integrated: 8375737: Fix -Wzero-as-null-pointer-constant warnings in arm32 code
Kim Barrett
kbarrett at openjdk.org
Wed Jan 21 05:59:37 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
This pull request has now been integrated.
Changeset: 34d6e5e0
Author: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/34d6e5e07b8ee43ee7f913dd47fa7c897f52e6c0
Stats: 8 lines in 3 files changed: 0 ins; 0 del; 8 mod
8375737: Fix -Wzero-as-null-pointer-constant warnings in arm32 code
Reviewed-by: dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/29328
More information about the hotspot-dev
mailing list