RFR: 8292914: Drop the counter from lambda class names [v8]
Brian Goetz
briangoetz at openjdk.org
Wed Feb 22 16:42:59 UTC 2023
On Tue, 21 Feb 2023 19:08:30 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> David M. Lloyd has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Many tests have patterns for lambda class names; update them
>> - Update comments and javadoc showin the old pattern
>
> Should this have a CSR for any observable behavioral changes?
@jddarcy The class name is effectively invisible (it's a hidden class) to ordinary code. The classfile dumper is intended solely for debugging of the code generator itself and its behavior is unspecified. So I would think that no CSR-able surface exists here.
-------------
PR: https://git.openjdk.org/jdk/pull/12579
More information about the core-libs-dev
mailing list