Integrated: 8337239: Fix simple -Wzero-as-null-pointer-constant warnings in classfile code

Kim Barrett kbarrett at openjdk.org
Fri Jul 26 03:46:39 UTC 2024


On Thu, 25 Jul 2024 22:54:17 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 classfile code to instead use nullptr.
> 
> Testing: mach5 tier1

This pull request has now been integrated.

Changeset: ee839b7f
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ee839b7f0ebe471d3877cddd2c87019ccb8ee5ae
Stats:     16 lines in 4 files changed: 0 ins; 0 del; 16 mod

8337239: Fix simple -Wzero-as-null-pointer-constant warnings in classfile code

Reviewed-by: dholmes

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

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


More information about the hotspot-runtime-dev mailing list