There are a number of places in jvmciCompilerToVM.cpp that use _0 suffixed exception macros in a context where a pointer value is needed. These trigger -Wzero-as-null-pointer-constant warnings when enabled. These places should be using the _NULL suffixed macros instead of the _0 suffixed macros.
- blocks
-
JDK-8332189 Enable -Wzero-as-null-pointer-constant
- Open
- links to
-
Commit(master) openjdk/jdk/ca99f37f
-
Review(master) openjdk/jdk/20538