> 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
Oliver Kopp has updated the pull request incrementally with two additional commits since the last revision: - remove debug output - Fix inner loop, now we get the method too large exception ------------- Changes: - all: https://git.openjdk.org/jdk/pull/10704/files - new: https://git.openjdk.org/jdk/pull/10704/files/e73760ca..768a23d4 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=10704&range=10 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10704&range=09-10 Stats: 9 lines in 1 file changed: 3 ins; 0 del; 6 mod Patch: https://git.openjdk.org/jdk/pull/10704.diff Fetch: git fetch https://git.openjdk.org/jdk pull/10704/head:pull/10704 PR: https://git.openjdk.org/jdk/pull/10704