This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Trouble building gcj 4.8.1
- From: Andrew Haley <aph at redhat dot com>
- To: Mike Hearn <mike at plan99 dot net>
- Cc: GCC Java <java at gcc dot gnu dot org>
- Date: Mon, 24 Jun 2013 18:04:34 +0100
- Subject: Re: Trouble building gcj 4.8.1
- References: <CANEZrP3wxTPvx5Ky2O1qds427t9LxtSt0Bm3GntjcN63_0+3rw at mail dot gmail dot com> <CANEZrP0vTN_MAe4jOamUqKnkyXgNYJ-bsUnovANV36evGdJWPA at mail dot gmail dot com>
On 06/24/2013 05:48 PM, Mike Hearn wrote:
> Another problem I noticed is that the class files in the source tree
> don't seem to match the java files. When was the last time someone
> actually ran --enable-java-maintainer-mode and checked in the results?
> For instance the class file for java.lang.String is lacking the
> Charset accepting c'tors, but the Java file has them??
It should have happened the last time there was a Classpath import.
You should be able to see this in the revision history.
Patches to synchronize with Classpath are pre-approved.
Andrew.