Integrated: 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 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
This pull request has now been integrated.
Changeset: 42652b2e
Author: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/42652b2e5350bcab6fceb0148be8bf3d65a0e173
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
8337787: Fix -Wzero-as-null-pointer-constant warnings when JVMTI feature is disabled
Reviewed-by: ayang, sspitsyn
-------------
PR: https://git.openjdk.org/jdk/pull/20455
More information about the serviceability-dev
mailing list