summaryrefslogtreecommitdiff
path: root/libjava/jni.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* jni.cc (MARK_NONE): New define.Tom Tromey2000-03-071-50/+99
* java-interp.h: Don't include MethodInvocation.h.Tom Tromey2000-03-021-207/+410
* Minor clean up and bug fix.Anthony Green2000-02-261-3/+2
* jni.cc (_Jv_JNI_RegisterNatives): Conditionalize body on `INTERPRETER'.Tom Tromey2000-02-251-0/+4
* jvm.h (_Jv_GetJavaVM): Declare.Tom Tromey2000-02-181-12/+87
* * jni.cc (_Jv_JNI_CallStaticMethodV): Added some assertions.Tom Tromey2000-02-171-0/+9
* jni.cc (_Jv_JNI_NewObjectV): Corrected assertion.Tom Tromey2000-02-161-3/+26
* jni.cc (_Jv_JNI_FindClass): Use ClassLoader.loadClass, not findClass.Tom Tromey2000-02-161-1/+1
* resolve.cc (ncode): Set args_raw_size.Tom Tromey2000-02-161-3/+18
* * jni.cc (mangled_name): Skip leading `(' in signature.Tom Tromey2000-02-151-1/+2
* * jni.cc (add_char): Added missing `else'.Tom Tromey2000-02-151-1/+1
* jni.cc (_Jv_JNI_AttachCurrentThread): Return error if malloc fails.Tom Tromey2000-02-151-2/+7
* natNativeThread.cc: New file.Tom Tromey2000-02-101-3/+256
* jni.cc (ThrowableClass): New define.Tom Tromey2000-02-081-15/+35