* include/jvm.h (_Jv_GetJavaVM): Declare.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Feb 2000 21:22:06 +0000 (21:22 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Feb 2000 21:22:06 +0000 (21:22 +0000)
commit74ee27eff3f29f07896a7f55b64ad2922dda7018
tree6637b7627b283f1bc28869d88ab6c8eecc6e22fc
parent3f0cd642176ce3047f43055f65e616e763f45092
* include/jvm.h (_Jv_GetJavaVM): Declare.
* include/java-interp.h (_Jv_GetFirstMethod): New function.
(_Jv_MethodBase::get_method): New method.
(_Jv_JNIMethod::set_function): New method.
* jni.cc (_Jv_JNI_UnregisterNatives): New function.
(_Jv_JNI_RegisterNatives): New function.
(_Jv_JNIFunctions): Updated for new functions.
(_Jv_GetJavaVM): New function.
(_Jv_JNI_GetJavaVM): Use it.  Now static.
(_Jv_JNI_AttachCurrentThread): Create a new JNIEnv if this thread
is already a Java thread but does not have a JNIEnv yet.

* java/lang/natRuntime.cc (_load): Pass the JavaVM to the onload
function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32056 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/include/java-interp.h
libjava/include/jvm.h
libjava/java/lang/natRuntime.cc
libjava/jni.cc