This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: checking in updated .class files
- From: Andrew Haley <aph-gcc at littlepinkcloud dot COM>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Mon, 16 Jul 2007 00:42:00 +0100
- Subject: Re: FYI: checking in updated .class files
- References: <m3sl7p9rsm.fsf@fleche.redhat.com>
Tom Tromey writes:
> When I do a build using the ecj.jar from sourceware, I see a large
> number of .class file changes. I'm not sure why this is, but I'm
> pretty sure I've done everything correctly, so I assume that the
> "wrong" .class files were committed somehow.
>
> So, I'm checking in the updates I have here.
Please make sure that the patches you checked in don't have double
checkcasts. That could result in a performance regression.
Andrew.