-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues depending on external libraries #5226
Comments
Method too large error:
|
Handbook: We would need to generate smaller methods and add references to these smaller methods then to the main module descriptor method |
Method too large was fixed by us and is now integrated in JDK 21.0.1 as well |
From #3421
TextAreaSkin
andTextFieldSkin
Morerover, the following needs to be fixed at some point but we cannot do much at the moment:
add-opens
andadd-exports
usingmoduleOptions
(precondition: new version of gradle-modules-plugin is released (> 1.5.0))javax.xml.bind
tojakarta.xml.bind
(see [WIP] Try with jaxb 3.0 and xjc #7161) as soon as pdfbox/xmbox is fixed --> https://issues.apache.org/jira/browse/PDFBOX-5061, which is fixed now in PDFBox 3.0JDK-8246197: jlink with many modules failduplicate of JDK-8240567[ERROR] Error: jdk.internal.org.objectweb.asm.MethodTooLargeException: Method too large
The text was updated successfully, but these errors were encountered: