Name: mc57594 Date: 02/11/97
try inside static inits doesn't work
Example:
<<
import java.io.*;
import java.util.*;
public class test5 {
{
try {
} catch (Exception e) {
}
}
}
>>
When compiled, outputs:
sun.tools.java.CompilerError: copyInline
at sun.tools.tree.TryStatement.copyInline(TryStatement.java)
at
sun.tools.tree.CompoundStatement.copyInline(CompoundStatement.java)
at
sun.tools.tree.InlineMethodExpression.copyInline(InlineMethodExpressi
on.java)
at
sun.tools.tree.MethodExpression.makeVarInits(MethodExpression.java)
at
sun.tools.tree.MethodExpression.checkValue(MethodExpression.java)
at sun.tools.tree.MethodExpression.check(MethodExpression.java)
at
sun.tools.tree.ExpressionStatement.check(ExpressionStatement.java)
at sun.tools.tree.CompoundStatement.check(CompoundStatement.java)
at sun.tools.tree.Statement.checkMethod(Statement.java)
at sun.tools.javac.SourceField.check(SourceField.java)
at sun.tools.javac.SourceClass.checkFields(SourceClass.java)
at sun.tools.javac.SourceClass.checkInternal(SourceClass.java)
at sun.tools.javac.SourceClass.check(SourceClass.java)
at sun.tools.javac.Main.compile(Main.java)
at sun.tools.javac.Main.main(Main.java)
error: An error has occurred in the compiler; please file a bug report
(java-bug
###@###.###).
1 error
======================================================================
- duplicates
-
JDK-4056759 Error using System.loadLibrary("SomeLib") with try/catch
-
- Closed
-
-
JDK-4038527 Try-catch in instance initializer causes compiler error.
-
- Closed
-