Integrated: 8337786: Fix simple -Wzero-as-null-pointer-constant warnings in aarch64 code

Kim Barrett kbarrett at openjdk.org
Tue Aug 6 20:18:35 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

This pull request has now been integrated.

Changeset: 22a34213
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/22a3421379162bb302fb8e5ccc315e53d95b6245
Stats:     11 lines in 6 files changed: 0 ins; 0 del; 11 mod

8337786: Fix simple -Wzero-as-null-pointer-constant warnings in aarch64 code

Reviewed-by: shade, tschatzl

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

PR: https://git.openjdk.org/jdk/pull/20454


More information about the hotspot-dev mailing list