summaryrefslogtreecommitdiffstats
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-18 14:36:07 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-18 14:36:07 +0000
commit711d4574add8689064496b3d52e6a198d832c733 (patch)
tree3937ccad6c17e653dc39511f8dcb2812663db7de /libjava/ChangeLog
parent60e144bbfacd7f1106e2819755fd9770fbb9737f (diff)
downloadppe42-gcc-711d4574add8689064496b3d52e6a198d832c733.tar.gz
ppe42-gcc-711d4574add8689064496b3d52e6a198d832c733.zip
PR libgcj/11951:
* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Returns void. Throw VirtualMachineError if ffi fails. Initialize return value. Added is_jni_call argument; only wrap exception if not a JNI call. Use descriptive message if operation not supported. (_Jv_GetTypesFromSignature): Use declaring class' loader to find array class. * include/jvm.h (_Jv_CallAnyMethodA): Updated declaration. * jni.cc (_Jv_JNI_CallAnyMethodV): Updated for new form of _Jv_CallAnyMethodA. (_Jv_JNI_CallAnyMethodA): Likewise. (_Jv_JNI_CallAnyVoidMethodV): Likewise. (_Jv_JNI_CallAnyVoidMethodA): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70544 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 633db92d48d..5da7125345f 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,19 @@
+2003-08-18 Tom Tromey <tromey@redhat.com>
+
+ PR libgcj/11951:
+ * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Returns
+ void. Throw VirtualMachineError if ffi fails. Initialize return
+ value. Added is_jni_call argument; only wrap exception if not a
+ JNI call. Use descriptive message if operation not supported.
+ (_Jv_GetTypesFromSignature): Use declaring class' loader to find
+ array class.
+ * include/jvm.h (_Jv_CallAnyMethodA): Updated declaration.
+ * jni.cc (_Jv_JNI_CallAnyMethodV): Updated for new form of
+ _Jv_CallAnyMethodA.
+ (_Jv_JNI_CallAnyMethodA): Likewise.
+ (_Jv_JNI_CallAnyVoidMethodV): Likewise.
+ (_Jv_JNI_CallAnyVoidMethodA): Likewise.
+
2003-08-13 Tom Tromey <tromey@redhat.com>
* gij.cc (help): Document -? and -X.
OpenPOWER on IntegriCloud