RFR: 8335294: Fix simple -Wzero-as-null-pointer-constant warnings in gc code
Kim Barrett
kbarrett at openjdk.org
Fri Jun 28 22:57:22 UTC 2024
On Fri, 28 Jun 2024 12:40:22 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> Looks good. Does -Wzero-as-null-constant prevent any new NULL from creeping in also?
Thanks. As mentioned in the umbrella bug (https://bugs.openjdk.org/browse/JDK-8332189), enabling that warning
doesn't help with backsliding on NULL usage. I've not (yet) found a way to do that.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19934#issuecomment-2197749060
More information about the hotspot-dev
mailing list