Skip to content

Commit

Permalink
Remove excess whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rkennke committed Apr 25, 2024
1 parent 9207db4 commit 68fe9ca
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 @@ -5671,7 +5671,7 @@ address MacroAssembler::arrays_equals(Register a1, Register a2, Register tmp3,
if (extra_length != 0) {
// Increase loop counter by size of length field.
addw(cnt1, cnt1, extra_length);
// We don't need cnt2 on that path.
// We don't need cnt2 on that path.
}
// on most CPUs a2 is still "locked"(surprisingly) in ldrw and it's
// faster to perform another branch before comparing a1 and a2
Expand Down

0 comments on commit 68fe9ca

Please sign in to comment.