java vs ia64 abi exceptions

Jeff Sturm jsturm@one-point.com
Thu Mar 22 07:42:00 GMT 2001


On Thu, 22 Mar 2001, Bryce McKinlay wrote:
> Java doesn't want to know about exceptions that don't extend
> Throwable, but I guess non-java exceptions thrown from C++ should be
> able to pass through Java frames and be caught in C++, and in that
> case Java "finally" semantics should probibly be preserved.

For robustness it is critical that any Java method cleanups are executed
regardless of the exception, or synchronized methods may never release
their lock.

Deadlocked applications are my nemesis.

Jeff



More information about the Java mailing list