aboutsummaryrefslogtreecommitdiff
path: root/libjava/jni.cc
AgeCommit message (Expand)AuthorFilesLines
2003-06-172003-06-17 Michael Koch <konqueror@gmx.de>Michael Koch1-10/+16
2003-06-12jni.cc (_Jv_JNI_check_types): New.Andrew Haley1-38/+94
2003-02-12jni.cc (_Jv_LookupJNIMethod): Modify to accept the size of the arguments for ...Ranjit Mathew1-12/+75
2003-01-31jni.cc (_Jv_JNI_NewObjectArray): Check that initializer can be cast to elemen...Tom Tromey1-1/+6
2002-12-03jni.cc: Added `name' argument.Tom Tromey1-2/+3
2002-11-19jni.h: Add missing JNICALL and JNIEXPORT attributes to function and function ...Ranjit Mathew1-124/+133
2002-11-10* jni.cc (_Jv_GetJNIEnvNewFrame): Set env->ex in all cases.Tom Tromey1-2/+4
2002-11-06jni.cc (array_from_valist): Assume that jlong won't be promoted.Tom Tromey1-2/+8
2002-10-23jni.cc (_Jv_JNI_AllocObject): Removed old FIXME comment.Tom Tromey1-8/+8
2002-05-10* jni.cc (_Jv_JNIFunctions): Fixed typo.Tom Tromey1-1/+1
2002-04-10Makefile.in: Rebuilt.Tom Tromey1-16/+57
2002-03-05jni.cc (_Jv_LookupJNIMethod): Throw UnsatisfiedLinkError, not AbstractMethodE...Tom Tromey1-2/+2
2002-02-13jni.cc (_Jv_JNI_AttachCurrentThread): env->locals assigned correctly.Martin Kahlert1-2/+1
2002-02-08jni.cc (_Jv_JNI_NewLocalRef): Make sure, that NULL frame is not dereferenced.Martin Kahlert1-2/+11
2001-12-16For PR libgcj/5103:Tom Tromey1-4/+0
2001-12-12* jni.cc (call): Synchronize if required.Tom Tromey1-0/+14
2001-11-17Obvious jni weak reference fixAnthony Green1-1/+1
2001-11-13Makefile.in: Rebuilt.Tom Tromey1-20/+151
2001-10-30jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM.Bryce McKinlay1-2/+3
2001-10-16Eliminate use of C++ static constructors.Bryce McKinlay1-3/+2
2001-10-05jni.cc (_Jv_JNI_DeleteLocalRef): Use correct frame sizeMartin Kahlert1-1/+1
2001-09-17* jni.cc (array_from_valist): Use promoted types for va_arg.Andreas Jaeger1-14/+14
2001-08-20jni.cc (nathash, [...]): New globals.Tom Tromey1-21/+152
2001-08-15jni.cc: Include IdentityHashMap.h, not Hashtable.h.Tom Tromey1-7/+7
2001-08-02jni.cc (JNI_CreateJavaVM): Call _Jv_JNI_Init in order to initialize global_re...Martin Kahlert1-0/+3
2001-06-15* jni.cc (_Jv_JNI_NewLocalRef): Search other frames.Tom Tromey1-8/+15
2001-06-15jni.cc (ClassClass): Removed; updated all users.Tom Tromey1-30/+28
2001-05-21Implement invocation interface; don't create new thread for main.Per Bothner1-23/+6
2001-05-03jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds checking.Martin Kahlert1-2/+2
2001-04-27jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds checking.Tom Tromey1-4/+10
2001-04-06jni.cc (wrap_value<jobject>, [...]): Removed.Tom Tromey1-11/+9
2001-04-02jni.cc (wrap_value<jclass>): New specialization.Marcus G. Daniels1-0/+9
2001-04-02jni.cc (add_char): Correctly encode non-ascii characters.Tom Tromey1-5/+5
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson1-1/+1
2001-03-23jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.Tom Tromey1-4/+8
2001-03-22jni.cc (add_char): Handle `.' like `/'.Marcus G. Daniels1-1/+4
2001-01-27jni.cc (_Jv_JNIFunctions): Added comment for each entry in native interface s...Tom Tromey1-230/+231
2001-01-26jni.cc (_Jv_JNI_GetAnyMethodID): Rewrite signature from external to internal ...Tom Tromey1-10/+14
2000-11-01jni.cc: Added include of java/lang/ThreadGroup.h.Warren Levy1-0/+1
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey1-13/+7
2000-08-02[multiple changes]Bryce McKinlay1-1/+1
2000-04-20* jni.cc (_Jv_JNI_PopSystemFrame): Clear `env->ex'.Tom Tromey1-1/+5
2000-04-20jni.cc (_Jv_JNI_FindClass): Use system class loader if class doesn't have a l...Tom Tromey1-4/+5
2000-04-02JVMPI changes...Anthony Green1-0/+66
2000-03-27jni.cc (_Jv_JNI_PopSystemFrame): If environment has exception set, throw it.Tom Tromey1-3/+3
2000-03-14jni.cc (mangled_name): Fixed assertion.Tom Tromey1-3/+5
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-03-07jni.cc (MARK_NONE): New define.Tom Tromey1-50/+99
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey1-207/+410
2000-02-26Minor clean up and bug fix.Anthony Green1-3/+2