RFR: 8338156: Fix -Wzero-as-null-pointer-constant warnings in jvmciCompilerToVM.cpp [v2]
Julian Waters
jwaters at openjdk.org
Tue Aug 13 12:44:49 UTC 2024
On Tue, 13 Aug 2024 05:56:16 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Please review this change to remove -Wzero-as-null-pointer-constant warnings
>> in jvmciCompilerToVM.cpp. We're changing uses of _0 suffixed exception macros
>> to instead use the corresponding _NULL suffixed macros where appropriate.
>>
>> Testing: mach5 tier1
>
> Kim Barrett has updated the pull request incrementally with one additional commit since the last revision:
>
> fix indent in jvmciCompilerToVM.cpp
Marked as reviewed by jwaters (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/20538#pullrequestreview-2235448924
More information about the graal-dev
mailing list