From 84f9a9334ca7a161edcc8783dddbdd439ce058bd Mon Sep 17 00:00:00 2001 From: Roman Kennke Date: Wed, 8 May 2024 11:14:35 +0200 Subject: [PATCH] Update src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp Co-authored-by: Andrew Haley --- src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp b/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp index 8e034e1d9d454..70640e7a828c2 100644 --- a/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp +++ b/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp @@ -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);