Re: Using IcedTea in GCJ
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
Marco Trudel wrote: > Now that IcedTea has passed the Java 1.6 compatibility test, I wonder > what will happen to GCJ/GNU Classpath: > - Will GCJ go and directly import IcedTea? > - Will GNU Classpath slowly start to replace their components with > IcedTea components and GCJ will keep importing GNU Classpath? It's not legally possible to do that: only code assigned to the FSF may be imported into the gcc tree. > - Will GCJ/GNU Classpath die because IcedTea/OpenJDK is here? I observed > a considerable decrease in activity at least for GCJ. > > Or will everything stay as it is and GCJ won't make use of IcedTea? As > far as I understand, GCJ supports more platforms than IcedTea/OpenJDK. I'm seriously considering porting gcj to the OpenJDK library. There are some complex GPL v2 / GPL v3 licensing issues to deal with, though. Andrew.