On Wed, 3 Sep 2025 03:45:37 GMT, Ioi Lam <ik...@openjdk.org> wrote: >> Chen Liang has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains three additional >> commits since the last revision: >> >> - Merge branch 'master' of https://github.com/openjdk/jdk into >> doc/mh-holder-pregen >> - Ioi reviews >> - 8365428: Unclear comments on java.lang.invoke Holder classes > > src/java.base/share/classes/java/lang/invoke/GenerateJLIClassesHelper.java > line 91: > >> 89: /// process of the JDK. >> 90: /// >> 91: /// > To list all the Species classes in a JDK image: > > Should the `>` characters be deleted?
These essentially act as a quote in markdown, like: > To list all the Species classes in a JDK image: > ``` > javap stuff > ``` ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27010#discussion_r2317732301