This is the mail archive of the java-patches@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]
Other format: [Raw text]

Re: [PATCH/RFA] libjava: SH support


kaz Kojima writes:
 > Jeff Sturm <jsturm@one-point.com> wrote:
 > > On Thu, 25 Jul 2002, kaz Kojima wrote:
 > >> OK. Here is a list of the unexpected failures:
 > >...
 > >> FAIL: ArrayStore execution - gij test
 > >> FAIL: ArrayStore execution - gij test
 > >> FAIL: ArrayStore2 execution - gij test
 > >> FAIL: ArrayStore2 execution - gij test
 > >
 > > Each of these failed in the interpreter, and involve exception handling.
 > > 
 > > Perhaps all you are missing is DWARF-2 unwind info for the assembly
 > > routines in libffi.
 > 
 > Is DWARF-2 unwind info required even when sjlj exceptions are used?

It shouldn't be.  It looks like C++ can't catch exceptions thrown from
Java.

Was the whole toolchain configured using sjlj exceptions?

Andrew.


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