RFR: 8336085: Fix simple -Wzero-as-null-pointer-constant warnings in CDS code
Kim Barrett
kbarrett at openjdk.org
Thu Jul 11 08:30:59 UTC 2024
On Thu, 11 Jul 2024 03:11:03 GMT, David Holmes <dholmes 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
Thanks for reviews @dholmes-ora and @TheShermanTanker
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20108#issuecomment-2222337324
More information about the hotspot-runtime-dev
mailing list