OSDN Git Service

* defineclass.cc (handleMethodsBegin): Allocate _Jv_MethodBase
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Feb 2000 20:49:27 +0000 (20:49 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Feb 2000 20:49:27 +0000 (20:49 +0000)
commit2e1ddfaaaeb7479c9719878f400ada9d01d3773a
treef2e35a2ea96bcecfa7499a5ec8161bd2528c22d5
parenta61eb77ebc7e5552d9502bc5c1ab36cf8b0f9f6f
* defineclass.cc (handleMethodsBegin): Allocate _Jv_MethodBase
pointers.
(handleMethodsEnd): Fixed error messages.  Create a _Jv_JNIMethod
if the method is native.
* resolve.cc (ncode): Don't handle native methods.
(_Jv_JNIMethod::ncode): New method.
(_Jv_PrepareClass): Handle native methods.
* jni.cc (call): Renamed from _Jv_JNI_conversion_call.
Include AbstractMethodError.h.
(add_char): New function.
(mangled_name): Likewise.
* include/java-interp.h (class _Jv_JNIMethod): New class.
(class _Jv_MethodBase): New class.
(class _Jv_InterpMethod): Derive from _Jv_MethodBase.
(_Jv_InterpClass): Changed `interpreted_methods' field to type
`_Jv_MethodBase'.

* include/jvm.h (_Jv_FindSymbolInExecutable): Declare.
* java/lang/natRuntime.cc (libraries_size, libraries_count,
libraries): New globals.
(add_library): New function.
(_Jv_FindSymbolInExecutable): New function.

* java/lang/natClassLoader.cc (initiated_classes, loaded_classes):
Now static.

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