RFR: 8337787: Fix -Wzero-as-null-pointer-constant warnings when JVMTI feature is disabled

Kim Barrett kbarrett at openjdk.org
Mon Aug 5 17:00:39 UTC 2024


On Mon, 5 Aug 2024 07:29:41 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

>> Please review this trivial change that replaces some uses of literal 0 as a
>> null pointer constant when JVMTI is disabled to instead use nullptr.
>> 
>> Testing: mach5 tier1
>
> Marked as reviewed by ayang (Reviewer).

Thanks for reviews @albertnetymk and @sspitsyn

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

PR Comment: https://git.openjdk.org/jdk/pull/20455#issuecomment-2269507346


More information about the serviceability-dev mailing list