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