RFR: 8360163: Create annotations to mark dumping method handles and runtime setup required classes [v5]
Chen Liang
liach at openjdk.org
Wed Jul 2 15:14:56 UTC 2025
On Wed, 2 Jul 2025 07:48:05 GMT, Andrew Dinn <adinn at openjdk.org> wrote:
>> src/java.base/share/classes/java/lang/invoke/ClassSpecializer.java line 68:
>>
>>> 66: * @param <S> species data type.
>>> 67: */
>>> 68: @AOTSafeClassInitializer
>>
>> This should be placed below the `/*non-public*/` comment.
>
> Perhaps also the same for BoundMethodHandle? and others?
John disclosed these comments were from the initial iteration of JSR 292 implementation. Newer code does not have this comment, so I think I will just remove them outright.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25922#discussion_r2180315616
More information about the core-libs-dev
mailing list