This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: java vs ia64 abi exceptions




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]