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


>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:

Bryce> It would also be desirable for Java exceptions thrown from Java
Bryce> to be able to be caught in C++.

This is a requirement -- parts of the runtime depend on this.
For instance, JNI does.  So does class initialization.

In the past we had a special hack in g++ that would let us use
Java-style catches in C++.  This was determined on a per-file basis --
if you used a Java-style catch in a file you could never use a
C++-style catch.

I don't know whether the new implementation affects this.

Tom


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