https://issues.apache.org/bugzilla/show_bug.cgi?id=53712

--- Comment #6 from Mark Thomas <ma...@apache.org> ---
(In reply to comment #5)

> Thanks for the snarky rtfm comment, 

Not snarky, just based on the limited information provided. You did say the JSP
was large.

> but (1) there is no method larger than 64k, unless an entire jsp is compiled 
> to one java method,

Depending on what is in the JSP that is possible although unlikely given the
widespread use of tags etc (tags result in extra methods being generated).

> and (2) even if there is, I did not change my code one bit, just upgraded to 
> the latest
> stable tomcat 5.5 build. It was working before. But at at a point in the
> distant past--a few versions ago--it didn't work.

Tomcat sometimes changes how java classes are generated from JSPs. It is
possible for a method that was just below the 64k limit on one Tomcat version
to be just above it on another.

Until such time as you provide a test JSP that demonstrates the issue that does
not result in a class file with a method >64k, this issue is going to remain in
the invalid state.

-- 
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