This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: JNI in GCJ 3.2 for Win32
- From: Anthony Green <green at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Ranjit Mathew <rmathew at hotmail dot com>, java at gcc dot gnu dot org
- Date: 06 Nov 2002 16:33:23 -0800
- Subject: Re: JNI in GCJ 3.2 for Win32
- References: <aqbvrt$mcj$1@main.gmane.org> <87iszaqu4g.fsf@fleche.redhat.com>
On Wed, 2002-11-06 at 13:13, Tom Tromey wrote:
> build_jni_stub isn't the real problem. This will always generate an
> ordinary call to _Jv_JNIMethod::call. This is the function that has a
> problem. It seems to me that we'll need to teach libffi about
> stdcall.
This shouldn't be so bad for someone to try. libffi was designed to
support multiple ABIs at runtime.
AG