classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: jikes assertion encountered compiling ZipEntry


From: Mark Wielaard
Subject: Re: jikes assertion encountered compiling ZipEntry
Date: Mon, 25 Apr 2005 12:16:47 +0200

Hi John,

On Mon, 2005-04-25 at 13:00 +0700, John Leuner wrote:
> jemna% /usr/bin/jikes -verbose -nowarn +Pno-shadow +F -bootclasspath ''
> -extdirs '' -sourcepath '' --classpath
> ..:../vm/reference:../external/w3c_dom:../external/sax:.: -d .
> ../java/util/zip/ZipEntry.java
> [...]
> [read java/util/AbstractList$2.class]
> jikes: symbol.h:1110: bool TypeSymbol::IsInner() const: Assertion
> `(!IsLocal() && ! Anonymous()) || (IsNested() && ! ACC_STATIC())'
> failed.
> zsh: abort      /usr/bin/jikes -verbose -nowarn +Pno-shadow +F
> -bootclasspath '' -extdirs '' 
> 
> 
> This happens even when I have an empty class body

Does it also happen with a fresh CVS checkout? Or after a make distclean
(make distclean && ./autogen.sh && ./configure --with-jikes && make)
What kind of environment do you have?
On my Debian GNU/Linux system (x86/testing) with jikes Version: 1:1.22-2
it works fine.

> Can anyone give me a hint on how to work around this?

The simplest is using gcj (3.4.x or 4.0.0) instead of jikes. That is a
bit slower and use a lot more memory though.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]