-
Enhancement
-
Resolution: Fixed
-
P4
-
24
-
b02
-
riscv
The RISCV variant of MacroAssembler::emit_static_call_stub calls movptr with a literal 0 as the second (address) argument, triggering a -Wzero-as-null-pointer-constant when that's enabled.
This is backsliding fromJDK-8338019, recently introduced by JDK-8276799.
This is backsliding from
- blocks
-
JDK-8332189 Enable -Wzero-as-null-pointer-constant for gcc
-
- Open
-
- relates to
-
JDK-8276799 Implementation of JEP 422: Linux/RISC-V Port
-
- Resolved
-
-
JDK-8338019 Fix simple -Wzero-as-null-pointer-constant warnings in riscv code
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/2286fae3
-
Review(master) openjdk/jdk/22435