Patch #805 has been updated.
Project:
Category: None
Status: Open
Summary: Make include/jni.h usable by JJM kernels
Follow-Ups:
Date: 2002-Dec-11 09:34
By: crawley
Comment:
(The title should read >>JVM<< not JJM ...)
This patch does two things:
1) If _JNI_VM_INTERNAL_TYPES_DEFINED is defined before
jni.h is #included, the "void *" dummy declarations
for jobject, methodID or fieldID are ifdef'd out.
This allows a JVM kernel to use the real typedefs.
2) ./configure --with-jni-extensions=xyz causes jni.h
to include JNI function vector extensions to be
#included from <jni_ext-xyz.h>
-------------------------------------------------------
Date: 2003-Jan-10 12:08
By: cbj
Comment:
Need to know if this is still needed.
-------------------------------------------------------
-------------------------------------------------------
For more info, visit:
http://savannah.gnu.org/patch/?func=detailpatch&patch_id=805&group_id=85
|