RFR: 8338156: Fix -Wzero-as-null-pointer-constant warnings in jvmciCompilerToVM.cpp

Kim Barrett kbarrett at openjdk.org
Mon Aug 12 07:20:46 UTC 2024


Please review this change to remove -Wzero-as-null-pointer-constant warnings
in jvmciCompilerToVM.cpp. We're changing uses of _0 suffixed exception macros
to instead use the corresponding _NULL suffixed macros where appropriate.

Testing: mach5 tier1

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

Commit messages:
 - fix jvmCompilerToVM.cpp

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

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


More information about the hotspot-compiler-dev mailing list