This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Alpha & sjlj-exceptions
- To: Jeff Sturm <jeff dot sturm at commerceone dot com>
- Subject: Re: Alpha & sjlj-exceptions
- From: Tom Tromey <tromey at redhat dot com>
- Date: 03 Feb 2001 12:31:33 -0700
- Cc: java at gcc dot gnu dot org
- References: <3A7B4913.CF52E82E@commerceone.com>
- Reply-To: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jeff.sturm@commerceone.com> writes:
Jeff> I forgot to mention, I couldn't get exceptions to work on my
Jeff> alpha-linux build, so I had to revert to sjlj-exceptions in my
Jeff> local tree. That could be part of the reason some of you are
Jeff> having trouble on alpha.
Is this a problem just with Java or does it happen with C++ too?
Unless non-sjlj (what are they called, anyway?) exceptions are
supposed to work, I think we should change things so that sjlj
exceptions are chosen by default for the alpha. That's as easy as
changing libjava/configure.host.
Tom