Interpreter aborts when it should have handled an exception
Bryce McKinlay
mckinlay@redhat.com
Wed Nov 16 23:33:00 GMT 2005
Scott Gilbertson wrote:
>I've had this sort of problem with several recent gcc builds. The
>interpreter aborts when the code should have caught an exception.
>Are others seeing the same problem?
>Anybody know what's going on?
>>
I could not reproduce this using the latest svn trunk.
It does seem odd that the program would crash when 'Hello' is
interpreted, but not when natively compiled, because the interpreter is
not being touched here - both the throw and catch are in compiled libgcj
code. I think this is just the result of VMCompiler bringing a lot more
code into the application startup path - ie MD5 which causes security
provider initialization, and that calls into java.util.logging, etc.
Bryce
More information about the Java
mailing list