This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Importing GNU Classpath 0.90
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> Sorry for not recognizing that part. I made a bc-compiled eclipse and
Mark> made sure that it works (and loads the bc-compiled classes) with the
Mark> merge.
I think it is important to test that the output of the MD5 code hasn't
changed. One way would be to make a pre-merge .db and try that.
I feel reasonably sure that the new implementation is correct... for
all I know it is just a rename into a different package. I just want
to make sure we don't hit some little thing, like say if the case of
the alphabetic characters was changed.
Mark> They were. There was one more issue with the new Math/VMMath split which
Mark> wasn't completely trivial to get right. So I just made the old Math.java
Mark> into an override file. We need to add support for VMMath and the new
Mark> Math methods later.
This area is in flux a little anyway.
I think you should go forward with checking this in, at least once
we're really certain about the MD5 thing.
Tom