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

Chen Liang liach at openjdk.org
Fri Sep 5 00:01:38 UTC 2025


On Thu, 4 Sep 2025 17:57:46 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

>> src/java.base/share/classes/java/lang/invoke/DelegatingMethodHandle.java line 205:
>> 
>>> 203:     ///
>>> 204:     /// The method names of this class are internal tokens recognized by
>>> 205:     /// [InvokerBytecodeGenerator#lookupPregenerated] and is subject to change.
>> 
>> Suggestion:
>> 
>>     /// [InvokerBytecodeGenerator#lookupPregenerated] and are subject to change.
>
> Same elsewhere

Done.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27010#discussion_r2323763648


More information about the core-libs-dev mailing list