summaryrefslogtreecommitdiff
path: root/libjava/jni.cc
Commit message (Expand)AuthorAgeFilesLines
* * jni.cc: Added include of java/lang/ThreadGroup.h.warrenl2000-11-011-0/+1
* * java/lang/reflect/natField.cc (BooleanClass): Don't define.tromey2000-10-061-13/+7
* 2000-08-02 Bryce McKinlay <bryce@albatross.co.nz>bryce2000-08-021-1/+1
* * jni.cc (_Jv_JNI_PopSystemFrame): Clear `env->ex'.tromey2000-04-201-1/+5
* * jni.cc (_Jv_JNI_FindClass): Use system class loader if classtromey2000-04-201-4/+5
* JVMPI changes...green2000-04-021-0/+66
* * jni.cc (_Jv_JNI_PopSystemFrame): If environment has exceptiontromey2000-03-271-3/+3
* * jni.cc (mangled_name): Fixed assertion.tromey2000-03-141-3/+5
* * All files: Updated copyright information.tromey2000-03-071-1/+1
* * jni.cc (MARK_NONE): New define.tromey2000-03-071-50/+99
* * include/java-interp.h: Don't include MethodInvocation.h.tromey2000-03-021-207/+410
* Minor clean up and bug fix.green2000-02-261-3/+2
* * jni.cc (_Jv_JNI_RegisterNatives): Conditionalize body ontromey2000-02-251-0/+4
* * include/jvm.h (_Jv_GetJavaVM): Declare.tromey2000-02-181-12/+87
* * jni.cc (_Jv_JNI_CallStaticMethodV): Added some assertions.tromey2000-02-171-0/+9
* * jni.cc (_Jv_JNI_NewObjectV): Corrected assertion.tromey2000-02-161-3/+26
* * jni.cc (_Jv_JNI_FindClass): Use ClassLoader.loadClass, nottromey2000-02-161-1/+1
* * resolve.cc (ncode): Set args_raw_size. Compute jni_cif andtromey2000-02-161-3/+18
* * jni.cc (mangled_name): Skip leading `(' in signature.tromey2000-02-151-1/+2
* * jni.cc (add_char): Added missing `else'.tromey2000-02-151-1/+1
* * jni.cc (_Jv_JNI_AttachCurrentThread): Return error if malloctromey2000-02-151-2/+7
* * gnu/gcj/jni/natNativeThread.cc: New file.tromey2000-02-101-3/+256
* * jni.cc (ThrowableClass): New define.tromey2000-02-081-15/+35
* * jni.cc (add_char): Conditional on INTERPRETER.tromey2000-02-071-6/+5
* * defineclass.cc (handleMethodsBegin): Allocate _Jv_MethodBasetromey2000-02-041-9/+119
* * include/java-interp.h (_Jv_JNI_conversion_call): Declare.tromey2000-02-021-10/+19
* * jni.cc (_Jv_JNI_PopLocalFrame): Leave loop when `n == NULL'.tromey2000-02-011-44/+34
* * jni.cc (_Jv_JNI_GetField): Specialize for jobject.tromey2000-02-011-1/+16
* * prims.cc (_Jv_MallocUnchecked): New function.tromey2000-02-011-45/+267
* * gcj/method.h (JvNumMethods): Moved from Class.h.tromey2000-01-261-41/+236
* * java/lang/reflect/natConstructor.cc (newInstance): Usetromey2000-01-211-224/+986
* * All files: Updated copyright to reflect Cygnus purchase.tromey2000-01-191-1/+1
* * configure: Rebuilt.tromey1999-09-101-1/+1
* Initial revisiontromey1999-04-071-0/+308