RFR: 8365428: Unclear comments on java.lang.invoke Holder classes [v2]

Chen Liang liach at openjdk.org
Wed Sep 3 04:36:48 UTC 2025


On Wed, 3 Sep 2025 03:45:37 GMT, Ioi Lam <iklam at 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


More information about the core-libs-dev mailing list