ImmutableOopMapBuilder::set has two pointer arguments with default values of 0. These trigger -Wzero-as-null-pointer-constant. This accounts for about 25% of the warnings generated when building with that option.
- blocks
-
JDK-8332189 Enable -Wzero-as-null-pointer-constant
- Open