On Wed, 26 Feb 2025 12:23:16 GMT, Kim Barrett <kbarr...@openjdk.org> wrote:
> Please review this trivial change to remove a use of literal zero as a null > pointer constant in an nsk test utility. > > Testing: mach5 tier1 > Locally tested (linux-x64) with -Wzero-as-null-pointer-constant enabled to > verify the warnings associated with this code were removed. This pull request has now been integrated. Changeset: d9b98f72 Author: Kim Barrett <kbarr...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/d9b98f72c29f9cf8828fbd33799378bc6b9bfc08 Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod 8350771: Fix -Wzero-as-null-pointer-constant warning in nsk/monitoring ThreadController utility Reviewed-by: dholmes ------------- PR: https://git.openjdk.org/jdk/pull/23800