RFR: 8240567: MethodTooLargeException thrown while creating a jlink image [v6]
Christoph
duke at openjdk.org
Wed Jan 25 21:00:03 UTC 2023
On Tue, 3 Jan 2023 16:17:41 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>>> 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).
>
> @koppor Should we continue to just ignore this PR for now? The current patch is test only, I don't know if that is deliberate or not.
@AlanBateman We now have a reproducible JTREG test case that throws the MethodTooLargeException. We will now readd the module splitting handling.
-------------
PR: https://git.openjdk.org/jdk/pull/10704
More information about the core-libs-dev
mailing list