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

Serguei Spitsyn sspitsyn at openjdk.org
Mon Aug 5 08:40:30 UTC 2024


On Sat, 3 Aug 2024 23:32:38 GMT, Kim Barrett <kbarrett 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

Looks good and trivial.

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

Marked as reviewed by sspitsyn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20455#pullrequestreview-2218371482


More information about the serviceability-dev mailing list