08-17-2011, 01:39 PM
(08-16-2011, 08:24 PM)hyakki Wrote: r2279
java.lang.RuntimeException: Method code too large! < I get this regardless on java 6 and java 7 when the maximum method size is set at 1000 or 3000, 500 and under seems to work though.
Interesting...
I'm currently investigating if there is any workaround and if we should add a workaround. Apparently, the new ASM library version has a new way of dealing with MethodWriter's bytecode size, so, if this is a safety feature, maybe it's better to actually change the settings to play these games (which use larger code blocks). Otherwise, we could attempt to bypass this limitation somehow, but face the risk of incompatibility with the library.
I guess we should see whether or not changing the compiler's instruction size is affecting positively or negatively these games, specially in terms of speed.