This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: eh?
- To: alk at pobox dot com, java at gcc dot gnu dot org
- Subject: Re: eh?
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: Fri, 20 Apr 2001 14:29:21 -0700 (PDT)
- References: <15072.43123.943265.749043@spanky.love.edu>
- Reply-To: apbianco at cygnus dot com
Tony Kimball writes:
> What is this?
It means that while processing the source file, gcj found a type that
it wanted to resolve to exist in two places: in a class file and in a
source file. gcj wanted to use the class file (because it's faster)
but had to use the source code instead, since it's newer.
./A