summaryrefslogtreecommitdiff
path: root/libjava/jni.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 2003-02-12 Ranjit Mathew <rmathew@hotmail.com>tromey2003-02-121-12/+75
* * jni.cc (_Jv_JNI_NewObjectArray): Check that initializer can betromey2003-01-311-1/+6
* * jni.cc: Added `name' argument.tromey2002-12-031-2/+3
* 2002-11-19 Ranjit Mathew <rmathew@hotmail.com>tromey2002-11-191-124/+133
* * jni.cc (_Jv_GetJNIEnvNewFrame): Set env->ex in all cases.tromey2002-11-101-2/+4
* * jni.cc (array_from_valist): Assume that jlong won't betromey2002-11-061-2/+8
* * jni.cc (_Jv_JNI_AllocObject): Removed old FIXME comment.tromey2002-10-231-8/+8
* * jni.cc (_Jv_JNIFunctions): Fixed typo.tromey2002-05-101-1/+1
* * Makefile.in: Rebuilt.tromey2002-04-101-16/+57
* * jni.cc (_Jv_LookupJNIMethod): Throw UnsatisfiedLinkError, nottromey2002-03-051-2/+2
* 2002-02-13 Martin Kahlert <martin.kahlert@infineon.com>tromey2002-02-131-2/+1
* 2002-02-08 Martin Kahlert <martin.kahlert@infineon.com>tromey2002-02-081-2/+11
* For PR libgcj/5103:tromey2001-12-161-4/+0
* * jni.cc (call): Synchronize if required.tromey2001-12-121-0/+14
* Obvious jni weak reference fixgreen2001-11-171-1/+1
* * Makefile.in: Rebuilt.tromey2001-11-131-20/+151
* * jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. Don't callbryce2001-10-301-2/+3
* Eliminate use of C++ static constructors.bryce2001-10-161-3/+2
* 2001-10-04 Martin Kahlert <martin.kahlert@infineon.com>tromey2001-10-051-1/+1
* * 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