Integrated: 8338156: Fix -Wzero-as-null-pointer-constant warnings in jvmciCompilerToVM.cpp
Kim Barrett
kbarrett at openjdk.org
Tue Aug 13 18:06:01 UTC 2024
On Mon, 12 Aug 2024 07:16:34 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> 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
This pull request has now been integrated.
Changeset: ca99f37f
Author: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ca99f37f82bf59fc720babbc155502ef92d34de6
Stats: 32 lines in 1 file changed: 0 ins; 0 del; 32 mod
8338156: Fix -Wzero-as-null-pointer-constant warnings in jvmciCompilerToVM.cpp
Reviewed-by: tschatzl, jwaters, dnsimon
-------------
PR: https://git.openjdk.org/jdk/pull/20538
More information about the hotspot-compiler-dev
mailing list