-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: repo-riscv-port
-
Component/s: hotspot
-
None
-
riscv
-
linux
On RISC-V, operands with `T_INT` type are sign-extended implicitly when defined, so i2l conversion is unnecessary.
This fix is similar with JDK-8278417, which calls `generate_address` directly to generate address for array access.
This fix is similar with JDK-8278417, which calls `generate_address` directly to generate address for array access.