RFR: 8330467: NoClassDefFoundError when lambda is in a hidden class [v3]
Adam Sotona
asotona at openjdk.org
Wed Apr 17 16:08:31 UTC 2024
> Current implementation of `LambdaMetafactory` does not allow to use lambdas in hidden classes. Invocation throws `NoClassDefFoundError` instead.
>
> This patch includes lambda implementation in a hidden class under the special handling of `useImplMethodHandle`.
> The patch also fixes `j/l/i/defineHiddenClass/BasicTest::testLambda` to correctly cover this test case.
>
> Please review.
>
> Thanks,
> Adam
Adam Sotona has updated the pull request incrementally with two additional commits since the last revision:
- typo in comment fix
- applied suggested changes
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18810/files
- new: https://git.openjdk.org/jdk/pull/18810/files/c637ab90..e8eb1752
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18810&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18810&range=01-02
Stats: 18 lines in 3 files changed: 15 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/18810.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18810/head:pull/18810
PR: https://git.openjdk.org/jdk/pull/18810
More information about the core-libs-dev
mailing list