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

David Holmes dholmes at openjdk.org
Thu Jul 11 03:13:55 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

Good and trivial. Thanks

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

Marked as reviewed by dholmes (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20108#pullrequestreview-2170812913


More information about the hotspot-runtime-dev mailing list