* resolve.cc (ncode): Set args_raw_size. Compute jni_cif and
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Feb 2000 00:07:34 +0000 (00:07 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Feb 2000 00:07:34 +0000 (00:07 +0000)
commita82244f012d6c61bc27634963b5e7c25c72a16ed
treefd8526541777f72d0a207a77149193b5171b7e75
parent82eb11029e6a84cc342178e50b15827facb5f23f
* resolve.cc (ncode): Set args_raw_size.  Compute jni_cif and
jni_arg_types.
(init_cif): Added `rtype_p' argument.
* include/java-interp.h (class _Jv_MethodBase): Added
args_raw_size.
(class _Jv_InterpMethod): Removed args_raw_size.
(class _Jv_JNIMethod): Added jni_cif and jni_arg_types fields.
* jni.cc (call): Pass JNIEnv and (for static methods only) the
class pointer as well as the ordinary arguments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31995 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/include/java-interp.h
libjava/jni.cc
libjava/resolve.cc