On Mon, 24 Jun 2024 16:01:41 GMT, Adam Sotona <asot...@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

This pull request has now been integrated.

Changeset: 7f6804ce
Author:    Adam Sotona <asot...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/7f6804ceb63568d72e825d45b02d08f314c9b0fc
Stats:     290 lines in 1 file changed: 110 ins; 84 del; 96 mod

8334872: BigEndian: java/lang/invoke/condy Tests failing since JDK-8294960

Reviewed-by: redestad

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

PR: https://git.openjdk.org/jdk/pull/19863

Reply via email to