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

Kim Barrett kbarrett at openjdk.org
Fri Jul 26 03:46:38 UTC 2024


On Fri, 26 Jul 2024 02:44:54 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 classfile code to instead use nullptr.
>> 
>> Testing: mach5 tier1
>
> Looks good and trivial.
> 
> Thanks

Thanks for review @dholmes-ora

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

PR Comment: https://git.openjdk.org/jdk/pull/20340#issuecomment-2251903399


More information about the hotspot-runtime-dev mailing list