-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2
-
mantis
-
generic
-
solaris_8
A recent javac bug fix (4381996) caused javac to start inlining finally blocks
always. Consequently, some stylized code involving deeply nested try-finally
blocks will explode in code size, resulting in their failure to compile at all.
Unfortunately, some JSP implementations regularly generate such stylized code.
The bug fix should be backed out to allow such JSPs to continue to work.
###@###.### 2002-08-29
always. Consequently, some stylized code involving deeply nested try-finally
blocks will explode in code size, resulting in their failure to compile at all.
Unfortunately, some JSP implementations regularly generate such stylized code.
The bug fix should be backed out to allow such JSPs to continue to work.
###@###.### 2002-08-29
- relates to
-
JDK-6491544 Compiling try-finally within code size limit
- Open