Duplicate
Details
Assignee
UnassignedUnassignedReporter
Andri SenjayaAndri SenjayaPriority
MajorLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Andri Senjaya
Andri SenjayaPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 5 May 2020 at 12:36
Updated 19 October 2020 at 15:38
Resolved 11 May 2020 at 12:54
When I upgrade my lucee to 5.3.5.92 I get strange error Method code too large! when call the cfc with a lot function. But this error is sometimes, if I restart the lucee then error is gone, but after some minutes used, the error will come again. Total line in the cfc around 4000 line. But this problem only at 5.3.5.93
if I downgrade to 5.3.4.80 the calling to this function is fine.
FYi, I run this lucee under docker-commandbox 5.0.0
lucee.runtime.exp.NativeException: Method code too large!
at org.objectweb.asm.MethodWriter.a(Unknown Source)
at org.objectweb.asm.ClassWriter.toByteArray(Unknown Source)…
Attached is complete stacktrace error