8293007: riscv: failed to build after JDK-8290025

Reviewed-by: fyang, fjiang, shade
This commit is contained in:
Yadong Wang 2022-08-30 01:17:41 +00:00 committed by Fei Yang
parent 9424d6d487
commit e016363b54
16 changed files with 257 additions and 74 deletions

View file

@ -47,7 +47,7 @@ class MacroAssembler: public Assembler {
void safepoint_poll(Label& slow_path, bool at_return, bool acquire, bool in_nmethod);
// Alignment
void align(int modulus, int extra_offset = 0);
int align(int modulus, int extra_offset = 0);
// Stack frame creation/removal
// Note that SP must be updated to the right place before saving/restoring RA and FP