jni.cc (_Jv_JNI_check_types): New.
authorAndrew Haley <aph@redhat.com>
Thu, 12 Jun 2003 15:39:17 +0000 (15:39 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Thu, 12 Jun 2003 15:39:17 +0000 (15:39 +0000)
commite976ed37efdfa2e84bac519e0069353366cc8db7
treee88e76ad59e851f610211c3adcd66b2a169d0025
parent14b96a951ae3840b566c96393aa8930b4b4de16d
jni.cc (_Jv_JNI_check_types): New.

2003-06-11  Andrew Haley  <aph@redhat.com>

        * jni.cc (_Jv_JNI_check_types): New.
        (_Jv_JNI_SetPrimgitiveArrayRegion): Check array type.
        (_Jv_JNI_GetPrimitiveArrayRegion): Ditto.
        (_Jv_JNI_GetPrimitiveArrayElements): Ditto.
        (_Jv_JNI_ReleasePrimitiveArrayElements): Ditto.

        * java/lang/natVMSecurityManager.cc (getClassContext): Fix
        infinite loop.

From-SVN: r67835
libjava/ChangeLog
libjava/java/lang/natVMSecurityManager.cc
libjava/jni.cc