This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/24162] internal compiler error, make_class_data
- From: "mark at klomp dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 1 Oct 2005 17:40:45 -0000
- Subject: [Bug java/24162] internal compiler error, make_class_data
- References: <20051001153300.24162.bflat1@gmx.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mark at gcc dot gnu dot org 2005-10-01 17:40 -------
Subject: Re: New: internal compiler error, make_class_data
On Sat, 2005-10-01 at 15:33 +0000, bflat1 at gmx dot net wrote:
> Class path starts here:
> ./
> /usr/java/j2sdk1.4.1_03/jre/lib/rt.jar/ (zip)
> /usr/share/java/libgcj-4.0.2.jar/ (system) (zip)
> java/lang/String.java:18: internal compiler error: in make_class_data, at
> java/class.c:1760
gcj shouldn't crash of course, but are you sure that rt.jar on your
Class path is correct? Kaffe comes with an rt.jar which contains kaffe's
bootstrap classes, some other runtimes also ship with something called
rt.jar. But gcj doesn't. Mixing bootstrap classes from different
compilers/runtimes doesn't work.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24162