RFR: 8345050: Fix -Wzero-as-null-pointer warning in MemPointer ctor
Kim Barrett
kbarrett at openjdk.org
Wed Nov 27 06:45:42 UTC 2024
On Tue, 26 Nov 2024 11:09:46 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Please review this trivial change to use nullptr instead of a literal 0 in a
>> call to Node::dump_bfs by the MemPointer ctor.
>>
>> Testing: mach5 tier1
>
> Looks good and trivial.
Thanks for reviews @chhagedorn and @shipilev .
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22388#issuecomment-2503029376
More information about the hotspot-compiler-dev
mailing list