This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: solib: URL patch
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Andrew Haley <aph at redhat dot com>, GCJ mailing list <java at gcc dot gnu dot org>
- Date: Wed, 13 Aug 2003 14:11:49 -0400 (EDT)
- Subject: Re: solib: URL patch
On 13 Aug 2003, Tom Tromey wrote:
> Jeff> Does there need to be any CNI mechanism for this? Or is Java's
> Jeff> Class.forName() etc. adequate to load/invoke the solib?
>
> Yeah, the thing is that you want to be able to write CNI code that
> calls methods in java.lang, etc. Binary compatibility is less useful
> if you have to recompile all your CNI code when you upgrade.
Good point. I wasn't thinking of that.
Jeff