This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

JNI field validation?


In jni.cc, in the function _Jv_JNI_GetAnyFieldID, there's a check to see
if the field type requested matches the one found while iterating
through the fields.  To do this it calls _Jv_FindClassFromSignature, but
that doesn't handle array signatures like "[java/lang/Class;".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]