[code-reflection] RFR: InnerClassLambdaMetafactory fix of hidden classes handling [v3]
Adam Sotona
asotona at openjdk.org
Wed Apr 17 14:16:06 UTC 2024
On Wed, 17 Apr 2024 13:55:54 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> 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
Yes, I know :) Thanks!
We need it here as well.
I'll try to chain to yours.
-------------
PR Review Comment: https://git.openjdk.org/babylon/pull/52#discussion_r1568921142
More information about the babylon-dev
mailing list