RFR: 8334872: BigEndian: java/lang/invoke/condy Tests failing since JDK-8294960 [v3]
    Martin Doerr 
    mdoerr at openjdk.org
       
    Wed Jun 26 08:31:11 UTC 2024
    
    
  
On Tue, 25 Jun 2024 13:47:39 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 de-lambda work on ClassSpecializer
The tests have passed on AIX, too.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19863#issuecomment-2191118572
    
    
More information about the core-libs-dev
mailing list