On Thu, 4 Jul 2024 12:15:09 GMT, Kim Barrett <kbarr...@openjdk.org> wrote:

> Please review this change to some jvmti tests, which were calling fflush with
> an argument of 0. Most of these are in C++ code, where we change them to use
> nullptr as the argument.  A couple are in C, where we change them to use NULL.
> This removes a bunch of -Wzero-as-null-pointer-constant when building with
> that enabled.
> 
> Testing: mach5 tier1

Looks good.

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

Marked as reviewed by coleenp (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20032#pullrequestreview-2166246812

Reply via email to