There are some more uses of 0 as a null pointer constant in compiler code after JDK-8335667 (which dealt only with .hpp files). These additional warnings are from .cpp files. Most can be fixed by just using nullptr instead.
- blocks
-
JDK-8332189 Enable -Wzero-as-null-pointer-constant
- Open
- links to
-
Commit(master) openjdk/jdk/4bcb8f04
-
Review(master) openjdk/jdk/20343