On Thu, 13 Oct 2022 21:15:16 GMT, Oliver Kopp <d...@openjdk.org> wrote:
> Fix for [JDK-8240567](https://bugs.openjdk.org/browse/JDK-8240567): > "MethodTooLargeException thrown while creating a jlink image". > > Java still has a 64kb limit: A method may not be longer than 64kb. The idea > of the fix is to split up the generated methods in several smaller methods This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/10704