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
Andrew> When I looked, the difference was that the checked-in files didn't
Andrew> have the double checkcasts, and the new ones did. So it's a
Andrew> regression.
Yes, but the intermediate class files were compiled with the wrong
compiler -- meaning that this build is not reproducible. That's why
we saw differences in the first place.
The best fix is to update the compiler and rebuild again. That's why
I'm talking to Ben K.
Andrew> Are yours different?
If you know offhand which class to look at, I will check.
Tom