This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCJ with OpenJDK Java API instead of GNU Classpath


Andrew John Hughes wrote:

> There's actually no need to do a wholesale replacement of
> everything.  GCJ already overrides quite a number of classes from
> GNU Classpath with its own versions (including Object IIRC).

Indeed, and these are broken in a number of interesting ways.  That's
why they'd need rewriting.

> Quite a number of packages in Classpath are just pure Java and are
> used as is in GCJ.  This even extends to Swing, where the native JNI
> code from Classpath is used (GCJ usually prefers CNI).
>
> It really depends what you want the end result to be.  Having some
> hybrid with all the packages is probably an easier goal than trying
> to pass the TCK with the result... ;)

Huh?  I was assuming Java compatibility was the goal.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]