[Aegisvm-devel] Small JNI patch for AegisVM
Status: Pre-Alpha
Brought to you by:
pwlfong
From: Gildas B. <gb...@al...> - 2002-09-22 19:45:27
|
Hi, I implemented another few JNI functions: jint ae_jni_Throw(JNIEnv *env, jthrowable obj) jint ae_jni_ThrowNew(JNIEnv *env, jclass clazz, const char *message) jthrowable ae_jni_ExceptionOccurred(JNIEnv *env) jobject ae_jni_AllocObject(JNIEnv *env, jclass clazz) jobject ae_jni_NewObjectV(JNIEnv *env, jclass clazz, jmethodID methodID, va_list args) ae_jni_AllocObject, ae_jni_NewObjectV are not complete. They are missing an accessibility check at the beginning, but to be honest I don't really know how to do that and I'm kind of hoping you'll add it yourself ;-) Regards, -- Gildas |