Skip to content

Commit

Permalink
RISCV changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rkennke committed Mar 5, 2024
1 parent a14c0c9 commit 2da3ee6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/hotspot/cpu/riscv/c1_MacroAssembler_riscv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ using MacroAssembler::null_check;
};

// allocation of arrays
// obj : will contain pointer to allocated object
// len : array length in number of elements
// t : temp register - contents destroyed
// header_size: size of object header in words
// f : element scale factor
// slow_case : exit to slow case implementation if fast allocation fails
// obj : will contain pointer to allocated object
// len : array length in number of elements
// t : temp register - contents destroyed
// base_offset_in_bytes: offset of first array element, in bytes
// f : element scale factor
// slow_case : exit to slow case implementation if fast allocation fails
void allocate_array(Register obj, Register len, Register tmp1, Register tmp2, int base_offset_in_bytes, int f, Register klass, Label& slow_case);

int rsp_offset() const { return _rsp_offset; }
Expand Down

0 comments on commit 2da3ee6

Please sign in to comment.