This is a collection of jsp compiler related issues and their fixes. I have put this info in one place to help jsp developers
Originally it was believed that the classfile method size would have to change to resolve jsp issues, but most if not all jsp size related issues are fixed by the following
1. 4700707 the JVM crashes on large jsp pages, fixed in 1.4.2
2. The old javac used to be used, causing a deprecated compiler message, fixed in apaches jasper compiler, bug 3340
3. jsp users are recommended to use the include tag <jsp:include> documented in 4649705
5. reduced usage of jsp try/finally generated blocks in sunone appserver, bug 4720092
6. General javac fixes, like 4614992
Originally it was believed that the classfile method size would have to change to resolve jsp issues, but most if not all jsp size related issues are fixed by the following
1. 4700707 the JVM crashes on large jsp pages, fixed in 1.4.2
2. The old javac used to be used, causing a deprecated compiler message, fixed in apaches jasper compiler, bug 3340
3. jsp users are recommended to use the include tag <jsp:include> documented in 4649705
5. reduced usage of jsp try/finally generated blocks in sunone appserver, bug 4720092
6. General javac fixes, like 4614992