virtual void arraycopy_epilogue(MacroAssembler* masm, DecoratorSet decorators, bool is_oop,
Register start, Register count, Register tmp, RegSet saved_regs) {}
The final arg is unused. This affects aarch64 and riscv only.
Register start, Register count, Register tmp, RegSet saved_regs) {}
The final arg is unused. This affects aarch64 and riscv only.
- links to
-
Review(master)
openjdk/jdk/28146