RFR: 8334872: BigEndian: java/lang/invoke/condy Tests failing since JDK-8294960 [v3]
Adam Sotona
asotona at openjdk.org
Tue Jun 25 13:47:39 UTC 2024
> After JDK-8294960 is java.lang.invoke.ClassSpecializer using lamdas for code generation and unfortunately it causes StackOverflow on BigEndian platforms.
>
> This patch converts all lambdas in ClassSpecializer into anonymous inner classes.
>
> Please review and test on a BigEndian platform.
>
> Thanks,
> Adam
Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
more de-lambda work on ClassSpecializer
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/19863/files
- new: https://git.openjdk.org/jdk/pull/19863/files/357d36a0..1416d4d2
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=19863&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=19863&range=01-02
Stats: 53 lines in 1 file changed: 4 ins; 0 del; 49 mod
Patch: https://git.openjdk.org/jdk/pull/19863.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19863/head:pull/19863
PR: https://git.openjdk.org/jdk/pull/19863
More information about the core-libs-dev
mailing list