summaryrefslogtreecommitdiff
path: root/libjava/jni.cc
Commit message (Expand)AuthorAgeFilesLines
* * jni.cc (array_from_valist): Use promoted types for va_arg.aj2001-09-171-14/+14
* * jni.cc (nathash, nathash_count, nathash_size): New globals.tromey2001-08-201-21/+152
* * jni.cc: Include IdentityHashMap.h, not Hashtable.h.tromey2001-08-151-7/+7
* 2001-08-02 Martin Kahlert <martin.kahlert@infineon.com>tromey2001-08-021-0/+3
* * jni.cc (_Jv_JNI_NewLocalRef): Search other frames.tromey2001-06-151-8/+15
* * jni.cc (ClassClass): Removed; updated all users.tromey2001-06-151-30/+28
* Implement invocation interface; don't create new thread for main.bothner2001-05-221-23/+6
* 2001-05-03 Martin Kahlert <martin.kahlert@infineon.com>tromey2001-05-031-2/+2
* * jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed boundstromey2001-04-271-4/+10
* * jni.cc (wrap_value<jobject>, wrap_value<jclass>): Removed.tromey2001-04-061-11/+9
* 2001-04-02 Marcus G. Daniels <mgd@swarm.org>tromey2001-04-021-0/+9
* * jni.cc (add_char): Correctly encode non-ascii characters.tromey2001-04-021-5/+5
* * exception.cc (java_eh_info): Make value type jthrowable.rth2001-03-261-1/+1
* * jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.tromey2001-03-231-4/+8
* 2001-03-22 Marcus G. Daniels <mgd@swarm.org>tromey2001-03-221-1/+4
* * jni.cc (_Jv_JNIFunctions): Added comment for each entry intromey2001-01-271-230/+231
* * jni.cc (_Jv_JNI_GetAnyMethodID): Rewrite signature from externaltromey2001-01-261-10/+14
* * 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