https://bz.apache.org/bugzilla/show_bug.cgi?id=60126
--- Comment #8 from Ralf Hauser <hau...@acm.org> --- Finally got it to compile again. Just for the record (in my case the exact error message was "The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit"): 1) tc8.0.14 no error: wc jspService.txt 10284 44600 856690 jspService8.0.14.txt 2a) tc8.5.9. minor optimization, WITH error: wc jspService8.5.9.minorOpt.txt 10026 44545 826378 jspService8.5.9.minorOpt.txt 2b) tc8.5.9. optimized no more error: wc jspService8.5.9.optimized.txt 7731 32414 588382 jspService.txt I still don't get it why 2a) caused the "exceeding the 65535 bytes limit" while 1) and 2b) don't. --------- How jspService*.txt was created: i) open the _jsp.java in an IDE like eclipse ii) go to the method iii) hilite and copy anything between its outer "{ ... }" into clipboard iv) past the clipboard into an editor with the empty jspService*.txt -- 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