Skip to content

Commit

Permalink
Update src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Haley <aph-open@littlepinkcloud.com>
  • Loading branch information
rkennke and theRealAph authored May 8, 2024
1 parent 88da6b5 commit 84f9a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5546,7 +5546,7 @@ address MacroAssembler::arrays_equals(Register a1, Register a2, Register tmp3,
int base_offset
= arrayOopDesc::base_offset_in_bytes(elem_size == 2 ? T_CHAR : T_BYTE);
// When the length offset is not aligned to 8 bytes,
// then we align it down, this is valid as the new
// then we align it down. This is valid because the new
// offset will always be the klass which is the same
// for type arrays.
int start_offset = align_down(length_offset, BytesPerWord);
Expand Down

0 comments on commit 84f9a93

Please sign in to comment.