This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: classpath project and gcj
- To: edgar at villanueva dot com
- Subject: Re: classpath project and gcj
- From: Tom Tromey <tromey at redhat dot com>
- Date: 03 Dec 2000 23:47:09 -0700
- Cc: "java-discuss at sources dot redhat dot com" <java-discuss at sources dot redhat dot com>
- References: <3A2B2F9D.F626AB9F@home.com>
- Reply-To: tromey at redhat dot com
>>>>> "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