[riscv-port] RFR: 8280236: riscv: Minimal build failed after JDK-8279565
Fei Yang
fyang at openjdk.java.net
Wed Jan 19 09:38:51 UTC 2022
On Wed, 19 Jan 2022 08:59:46 GMT, Feilong Jiang <fjiang at openjdk.org> wrote:
> After JDK-8279565, minimal build complains `'ror_imm' was not declared in this scope` error. The definition of `ror_imm` should move outside of the`COMPILER2` macro.
>
> With this patch, minimal build passed without errors.
Looks good. Thanks for the extra code cleanup.
-------------
Marked as reviewed by fyang (Lead).
PR: https://git.openjdk.java.net/riscv-port/pull/48
More information about the riscv-port-dev
mailing list