[code-reflection] RFR: InnerClassLambdaMetafactory fix of hidden classes handling [v3]

Maurizio Cimadamore mcimadamore at openjdk.org
Wed Apr 17 13:59:08 UTC 2024


On Wed, 17 Apr 2024 12:43:32 GMT, Adam Sotona <asotona at openjdk.org> wrote:

>> FYI: I'm going to fill a bug and propose similar fix to JDK main
>
> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
> 
>   applied suggested changes

src/java.base/share/classes/java/lang/invoke/InnerClassLambdaMetafactory.java line 627:

> 625:                 visitLdcInsn(implMethodCondy);
> 626:             }
> 627:             for (int i = 0; i < argNames.length - reflectiveCaptureCount(); i++) {

I stumbled onto this here: https://github.com/openjdk/babylon/pull/53

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

PR Review Comment: https://git.openjdk.org/babylon/pull/52#discussion_r1568892177


More information about the babylon-dev mailing list