RFR: 8240567: MethodTooLargeException thrown while creating a jlink image [v6]

Christoph duke at openjdk.org
Tue Jan 3 16:30:48 UTC 2023


On Thu, 8 Dec 2022 07:41:22 GMT, Oliver Kopp <duke at openjdk.org> wrote:

>> Would it be possible to paste in a summary on the VerifyError with the previous iteration? If I read the latest update then the limit per helper method has been bump to avoid it, is that right?
>
>> Would it be possible to paste in a summary on the VerifyError with the previous iteration?
> 
> Isn't this https://github.com/openjdk/jdk/pull/10704#issuecomment-1286106503?
> 
>     Type top (current frame, locals[15]) is not assignable to reference type
> 
>>  If I read the latest update then the limit per helper method has been bump to avoid it, is that right?
> 
> Yes. Then, the compiler still works - and we can try to debug using the test case (yet to be finalized).

Yes, we are currently trying to set up the test, so it results in the original method too large error.  Then we will re add the module splitting. (Working on this together with @koppor )

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

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


More information about the core-libs-dev mailing list