This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: remove_unnecessary_notes breaks libjava build
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Subject: Re: remove_unnecessary_notes breaks libjava build
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Date: Wed, 07 Mar 2001 13:08:35 +1300
- CC: per at bothner dot com, gcc-bug at gcc dot gnu dot org, java at gcc dot gnu dot org
- References: <10103062337.AA24808@vlsi1.ultra.nyu.edu>
Richard Kenner wrote:
> That's essentially what I run, but on Alpha and I *don't* see the problem.
> However, I have been away for a week, so perhaps it'll show up with the
> latest sources.
Perhaps the difference here is that on Alpha, GCJ uses the sjlj exceptions mechanism, while on x86 it uses the
regular DWARF2 EH.
If so, you may be able to reproduce the problem on Alpha by running gcj without "-fsjlj-exceptions" (this option will
be set in libgcj.spec). I think it was java/util/ObjectInputStream that was showing up the problem in the libjava
build?
regards
[ bryce ]