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

David Holmes dholmes at openjdk.org
Fri Jul 26 02:47:31 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

Looks good and trivial.

Thanks

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

Marked as reviewed by dholmes (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20340#pullrequestreview-2200815232


More information about the hotspot-runtime-dev mailing list