https://bz.apache.org/bugzilla/show_bug.cgi?id=60126

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
What actaully matters is the size of the .class file. That has to conform to
the JVM specification. There are various limits there although the method size
one is the one folks tend to hit first.

It should be possible to analyse you generated clss files to see how big they
are. There is probably a utility for that somewhere. If not, it should be
trivial to write with BCEL or similar.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to