Integrated: 8336085: Fix simple -Wzero-as-null-pointer-constant warnings in CDS code

Kim Barrett kbarrett at openjdk.org
Thu Jul 11 08:31:00 UTC 2024


On Wed, 10 Jul 2024 12:00:02 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 cds code to instead use nullptr.
> 
> Testing: mach5 tier1

This pull request has now been integrated.

Changeset: 62cbf703
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/62cbf70346e78ca94ce6ea4ba5a308ea0a2bbfa8
Stats:     5 lines in 2 files changed: 0 ins; 0 del; 5 mod

8336085: Fix simple -Wzero-as-null-pointer-constant warnings in CDS code

Reviewed-by: dholmes, jwaters

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

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


More information about the hotspot-runtime-dev mailing list