classpath project and gcj
Edgar Villanueva
edgarvil@home.com
Mon Dec 4 20:33:00 GMT 2000
OK I got 3 missing classes that where not in libgcj, but where in
classpath, compiled and working.
TreeMap.java
HashSet.java
TreeSet.java
I have added them to the Makefile and included diffs as well as attached
the java files.
Hopefully somebody can get them into cvs for me.
Thanks
977c977,980
< java/util/Vector.java
---
> java/util/Vector.java \
> java/util/TreeMap.java \
> java/util/HashSet.java \
> java/util/TreeSet.java
Tom Tromey wrote:
> >>>>> "Edgar" == Edgar Villanueva <edgarvil@home.com> writes:
>> Edgar> What's the plan on getting all the classpath supported classes
> Edgar> into libgcj?
>> We merge them as time permits
>> Edgar> Can I help in adding them? If so how do I go about it.
>> You can help. For pure Java classes you take the Classpath and libgcj
> versions and merge them. This is more difficult than it sounds,
> because in some cases you have to do the merge on a method-by-method
> basis.
>> Edgar> I am trying to use some classes from java.util specifically
> Edgar> TreeMap.
>> You can try putting that into your libgcj tree and updating the
> Makefile appropriately. I had these working in my tree (TreeMap,
> TreeSet, and HashSet), but lately they have stopped working again.
> These classes expose gcj bugs :-(
>> Getting this code in particular to work is important to us, but
> merging things in to gcc 3.0 is more important. So it isn't clear
> when the bugs will be fixed.
>> Tom
More information about the Java
mailing list