RFR: 8334872: BigEndian: java/lang/invoke/condy Tests failing since JDK-8294960 [v2]

Richard Reingruber rrich at openjdk.org
Tue Jun 25 12:56:13 UTC 2024


On Tue, 25 Jun 2024 09:36:37 GMT, Adam Sotona <asotona at openjdk.org> wrote:

>> 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 lambdas conversions to fix bootstrap

Unfortunately it is still failing. This is the exception stack trace:
[StackOverflow2.log](https://github.com/user-attachments/files/15971514/StackOverflow2.log)

Thanks, Richard.

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

PR Comment: https://git.openjdk.org/jdk/pull/19863#issuecomment-2188858307


More information about the core-libs-dev mailing list