Searched refs:jbarray (Results 1 – 1 of 1) sorted by relevance
53 jbyteArray jbarray; in local_throw() local64 jbarray = (*env)->NewByteArray(env, (jsize)(strlen(why))); in local_throw()65 (*env)->SetByteArrayRegion(env, jbarray, (jsize)0, in local_throw()69 jmsg = (*env)->NewObject(env, strclass, jstrnew, jbarray); in local_throw()