Integrated: 8345505: Fix -Wzero-as-null-pointer-constant warnings in zero code

Kim Barrett kbarrett at openjdk.org
Fri Dec 13 04:51:39 UTC 2024


On Fri, 13 Dec 2024 03:35:46 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this trivial change to remove some -Wzero-as-null-pointer-constant
> warnings in zero code.  Just replaced two literal 0's with nullptr.
> 
> Testing: mach5 tier1, GHA sanity tests

This pull request has now been integrated.

Changeset: 28e49e97
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/28e49e978a40f3fdff08c5e309cea739ecc870dc
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8345505: Fix -Wzero-as-null-pointer-constant warnings in zero code

Reviewed-by: dholmes

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

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


More information about the hotspot-dev mailing list