diff --git a/compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/lir/aarch64/AArch64CalcStringAttributesOp.java b/compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/lir/aarch64/AArch64CalcStringAttributesOp.java index c5e219542c62..1260066dc208 100644 --- a/compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/lir/aarch64/AArch64CalcStringAttributesOp.java +++ b/compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/lir/aarch64/AArch64CalcStringAttributesOp.java @@ -532,8 +532,7 @@ private void emitBMP(AArch64MacroAssembler asm, Register arr, Register len, Regi * One Instruction Per Byte by John Keiser and Daniel Lemire, and the author's * implementation in - * the simdjson library. - * Follow-up changes made sure this is compatible with simdjson 3.6.4. + * the simdjson library. Follow-up changes made sure this is compatible with simdjson 3.6.4. * * @see https://github.com/simdjson/simdjson * @see diff --git a/compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/lir/amd64/AMD64CalcStringAttributesOp.java b/compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/lir/amd64/AMD64CalcStringAttributesOp.java index 0c831403ab70..3d413597c7c6 100644 --- a/compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/lir/amd64/AMD64CalcStringAttributesOp.java +++ b/compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/lir/amd64/AMD64CalcStringAttributesOp.java @@ -573,8 +573,7 @@ private void emitTestTail(AMD64MacroAssembler asm, AMD64BaseAssembler.OperandSiz * One Instruction Per Byte by John Keiser and Daniel Lemire, and the author's * implementation in - * the simdjson library. - * Follow-up changes made sure this is compatible with simdjson 3.6.4. + * the simdjson library. Follow-up changes made sure this is compatible with simdjson 3.6.4. * * @see https://github.com/simdjson/simdjson * @see