natMethod.cc (get_ffi_type): Test size of jboolean and select correct ffi type on...
authorTom Tromey <tromey@cygnus.com>
Wed, 5 Jan 2000 17:23:34 +0000 (17:23 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 5 Jan 2000 17:23:34 +0000 (17:23 +0000)
commit5dab1948f62612e83c7b6128fe1e1f4fe89bfe0b
tree30e3bb54b112b657fa09ac2a74cb664fa19f6867
parent95c6cc0ab5c348a6eaa5bb595d44f03d830c3863
natMethod.cc (get_ffi_type): Test size of jboolean and select correct ffi type on that basis.

* java/lang/reflect/natMethod.cc (get_ffi_type): Test size of
jboolean and select correct ffi type on that basis.
(_Jv_CallNonvirtualMethodA): Handle `void' return type.
Constructor call always has `void' return type.

From-SVN: r31242
libjava/ChangeLog
libjava/java/lang/reflect/natMethod.cc