summaryrefslogtreecommitdiff
path: root/libjava/jni.cc
Commit message (Expand)AuthorAgeFilesLines
* jni.cc: Replace "cheating" pointer-casting code with extract_from_jvalue<> te...Graydon Hoare2003-08-201-5/+15
* re PR libgcj/11951 (natMethod.cc (_Jv_CallAnyMethodA) should clear ffi_result...Tom Tromey2003-08-181-24/+12
* Runtime.java: Comment fix.Tom Tromey2003-07-211-2/+2
* 2003-06-17 Michael Koch <konqueror@gmx.de>Michael Koch2003-06-171-10/+16
* jni.cc (_Jv_JNI_check_types): New.Andrew Haley2003-06-121-38/+94
* jni.cc (_Jv_LookupJNIMethod): Modify to accept the size of the arguments for ...Ranjit Mathew2003-02-121-12/+75
* jni.cc (_Jv_JNI_NewObjectArray): Check that initializer can be cast to elemen...Tom Tromey2003-01-311-1/+6
* jni.cc: Added `name' argument.Tom Tromey2002-12-031-2/+3
* jni.h: Add missing JNICALL and JNIEXPORT attributes to function and function ...Ranjit Mathew2002-11-191-124/+133
* * jni.cc (_Jv_GetJNIEnvNewFrame): Set env->ex in all cases.Tom Tromey2002-11-101-2/+4
* jni.cc (array_from_valist): Assume that jlong won't be promoted.Tom Tromey2002-11-061-2/+8
* jni.cc (_Jv_JNI_AllocObject): Removed old FIXME comment.Tom Tromey2002-10-231-8/+8
* * jni.cc (_Jv_JNIFunctions): Fixed typo.Tom Tromey2002-05-101-1/+1
* Makefile.in: Rebuilt.Tom Tromey2002-04-101-16/+57
* jni.cc (_Jv_LookupJNIMethod): Throw UnsatisfiedLinkError, not AbstractMethodE...Tom Tromey2002-03-051-2/+2
* jni.cc (_Jv_JNI_AttachCurrentThread): env->locals assigned correctly.Martin Kahlert2002-02-131-2/+1
* jni.cc (_Jv_JNI_NewLocalRef): Make sure, that NULL frame is not dereferenced.Martin Kahlert2002-02-081-2/+11
* For PR libgcj/5103:Tom Tromey2001-12-161-4/+0
* * jni.cc (call): Synchronize if required.Tom Tromey2001-12-121-0/+14
* Obvious jni weak reference fixAnthony Green2001-11-171-1/+1
* Makefile.in: Rebuilt.Tom Tromey2001-11-131-20/+151
* jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM.Bryce McKinlay2001-10-301-2/+3
* Eliminate use of C++ static constructors.Bryce McKinlay2001-10-161-3/+2
* jni.cc (_Jv_JNI_DeleteLocalRef): Use correct frame sizeMartin Kahlert2001-10-051-1/+1
* * jni.cc (array_from_valist): Use promoted types for va_arg.Andreas Jaeger2001-09-171-14/+14
* jni.cc (nathash, [...]): New globals.Tom Tromey2001-08-201-21/+152
* jni.cc: Include IdentityHashMap.h, not Hashtable.h.Tom Tromey2001-08-151-7/+7
* jni.cc (JNI_CreateJavaVM): Call _Jv_JNI_Init in order to initialize global_re...Martin Kahlert2001-08-021-0/+3
* * jni.cc (_Jv_JNI_NewLocalRef): Search other frames.Tom Tromey2001-06-151-8/+15
* jni.cc (ClassClass): Removed; updated all users.Tom Tromey2001-06-151-30/+28
* Implement invocation interface; don't create new thread for main.Per Bothner2001-05-211-23/+6
* jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds checking.Martin Kahlert2001-05-031-2/+2
* jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds checking.Tom Tromey2001-04-271-4/+10
* jni.cc (wrap_value<jobject>, [...]): Removed.Tom Tromey2001-04-061-11/+9
* jni.cc (wrap_value<jclass>): New specialization.Marcus G. Daniels2001-04-021-0/+9
* jni.cc (add_char): Correctly encode non-ascii characters.Tom Tromey2001-04-021-5/+5
* exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson2001-03-251-1/+1
* jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.Tom Tromey2001-03-231-4/+8
* jni.cc (add_char): Handle `.' like `/'.Marcus G. Daniels2001-03-221-1/+4
* jni.cc (_Jv_JNIFunctions): Added comment for each entry in native interface s...Tom Tromey2001-01-271-230/+231
* jni.cc (_Jv_JNI_GetAnyMethodID): Rewrite signature from external to internal ...Tom Tromey2001-01-261-10/+14
* jni.cc: Added include of java/lang/ThreadGroup.h.Warren Levy2000-11-011-0/+1
* natField.cc (BooleanClass): Don't define.Tom Tromey2000-10-061-13/+7
* [multiple changes]Bryce McKinlay2000-08-021-1/+1
* * jni.cc (_Jv_JNI_PopSystemFrame): Clear `env->ex'.Tom Tromey2000-04-201-1/+5
* jni.cc (_Jv_JNI_FindClass): Use system class loader if class doesn't have a l...Tom Tromey2000-04-201-4/+5
* JVMPI changes...Anthony Green2000-04-021-0/+66
* jni.cc (_Jv_JNI_PopSystemFrame): If environment has exception set, throw it.Tom Tromey2000-03-271-3/+3
* jni.cc (mangled_name): Fixed assertion.Tom Tromey2000-03-141-3/+5
* All files: Updated copyright information.Tom Tromey2000-03-071-1/+1