On Tue, 21 Feb 2023 19:08:30 GMT, Joe Darcy <da...@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