mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8293007: riscv: failed to build after JDK-8290025
Reviewed-by: fyang, fjiang, shade
This commit is contained in:
parent
9424d6d487
commit
e016363b54
16 changed files with 257 additions and 74 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue