RFR: 8337786: Fix simple -Wzero-as-null-pointer-constant warnings in aarch64 code

Kim Barrett kbarrett at openjdk.org
Sat Aug 3 23:33:02 UTC 2024


Please review this trivial change that replaces some uses of literal 0 as a
null pointer constant in aarch64 code to instead use nullptr.

Testing: mach5 tier1

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

Commit messages:
 - fix aarch64

Changes: https://git.openjdk.org/jdk/pull/20454/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20454&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8337786
  Stats: 11 lines in 6 files changed: 0 ins; 0 del; 11 mod
  Patch: https://git.openjdk.org/jdk/pull/20454.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20454/head:pull/20454

PR: https://git.openjdk.org/jdk/pull/20454


More information about the hotspot-dev mailing list