]> gcc.gnu.org Git - gcc.git/commit
jni.cc (_Jv_LookupJNIMethod): Modify to accept the size of the arguments for a JNI...
authorRanjit Mathew <rmathew@hotmail.com>
Wed, 12 Feb 2003 23:40:31 +0000 (23:40 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 12 Feb 2003 23:40:31 +0000 (23:40 +0000)
commitc79d7702737c8cf77b7d27bbb6a1e8cfc2a1b9ee
tree2879c0f5114b01bdab7c9428aeac4b17b9481792
parent697ec3260d91cf5b268fc2d33f45665806593ad5
jni.cc (_Jv_LookupJNIMethod): Modify to accept the size of the arguments for a JNI function.

2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>

* jni.cc (_Jv_LookupJNIMethod): Modify to accept the
size of the arguments for a JNI function. For Win32,
modify to search for all forms of possible exported
names of an stdcall JNI function.
(_Jv_JNIMethod::call): Modify to calculate the size
of the arguments passed to a JNI function and pass
it to _Jv_LookupJNIMethod.

From-SVN: r62796
libjava/ChangeLog
libjava/jni.cc
This page took 0.05778 seconds and 5 git commands to generate.