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]
Other format: [Raw text]

Re: gcj: ICE on gcj -c seda.jar


On 12/4/06, Andrew Haley <aph@redhat.com> wrote:
Thanks.  This is caused because
seda.sandStorm.internal.AggTPSThreadManager$governorThread is in the
file
seda/sandStorm/internal/ATTIC/AggTPSThreadManager$governorThread.class
(In other words, it's not where gcj expects to find it.)

This is a bug in gcj.  We probably shouldn't even attempt to generate
code when a class is not in the right place in an archive, and exit
with a compiler error.

zip -d usr/share/java/seda.jar seda/sandStorm/internal/ATTIC/\*

solves the problem.

Thanks, Andrew. I thought that ATTIC directory looked a little suspicious.


Cheers,
Shaun


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