OSDN Git Service

* include/java-interp.h: Don't include MethodInvocation.h.
[pf3gnuchains/gcc-fork.git] / libjava / jni.cc
2000-03-02 tromey * include/java-interp.h: Don't include MethodInvocation.h.
2000-02-26 greenMinor clean up and bug fix.
2000-02-25 tromey * jni.cc (_Jv_JNI_RegisterNatives): Conditionalize...
2000-02-18 tromey * include/jvm.h (_Jv_GetJavaVM): Declare.
2000-02-17 tromey * jni.cc (_Jv_JNI_CallStaticMethodV): Added some asser...
2000-02-16 tromey * jni.cc (_Jv_JNI_NewObjectV): Corrected assertion.
2000-02-16 tromey * jni.cc (_Jv_JNI_FindClass): Use ClassLoader.loadClas...
2000-02-16 tromey * resolve.cc (ncode): Set args_raw_size. Compute...
2000-02-15 tromey * jni.cc (mangled_name): Skip leading `(' in signature.
2000-02-15 tromey * jni.cc (add_char): Added missing `else'.
2000-02-15 tromey * jni.cc (_Jv_JNI_AttachCurrentThread): Return error...
2000-02-10 tromey * gnu/gcj/jni/natNativeThread.cc: New file.
2000-02-08 tromey * jni.cc (ThrowableClass): New define.
2000-02-07 tromey * jni.cc (add_char): Conditional on INTERPRETER.
2000-02-04 tromey * defineclass.cc (handleMethodsBegin): Allocate _Jv_Me...
2000-02-02 tromey * include/java-interp.h (_Jv_JNI_conversion_call)...
2000-02-01 tromey * jni.cc (_Jv_JNI_PopLocalFrame): Leave loop when...
2000-02-01 tromey * jni.cc (_Jv_JNI_GetField): Specialize for jobject.
2000-02-01 tromey * prims.cc (_Jv_MallocUnchecked): New function.
2000-01-26 tromey * gcj/method.h (JvNumMethods): Moved from Class.h.
2000-01-21 tromey * java/lang/reflect/natConstructor.cc (newInstance...
2000-01-19 tromey * All files: Updated copyright to reflect Cygnus purchase.
1999-09-10 tromey * configure: Rebuilt.
1999-04-07 tromeyInitial revision