Skip to content

Commit 75aa4f6

Browse files
michalharakalclaude
andcommitted
docs: fix asciidoctor list-index warning in native-ffm-plan
Local Antora build (the same docker pipeline GitHub Actions runs) emitted: warn: native-ffm-plan.adoc:237: list item index: expected 1, got 22 The line started with "22." after a wrap, which the asciidoctor parser interpreted as a sibling numbered list item with an out-of- sequence index. Re-wrap so "22." stays mid-sentence. Site rebuild now warning-free. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d799ae5 commit 75aa4f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/ROOT/pages/explanation/perf/native-ffm-plan.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ the same numbers as today.
233233

234234
== Risks & open questions
235235

236-
. *JDK 21 preview FFM vs JDK 22 stable.* FFM left preview in Java
237-
22. The repo currently builds on JDK 21 with `--enable-preview
236+
. *JDK 21 preview FFM vs JDK 22 stable.* FFM left preview in Java 22.
237+
The repo currently builds on JDK 21 with `--enable-preview
238238
--add-modules jdk.incubator.vector`. Recommendation: stay on 21
239239
preview; flip to 22 in a separate toolchain-bump PR.
240240
. *`MethodHandle` invocation overhead.* Even with FFM, each native

0 commit comments

Comments
 (0)