aboutsummaryrefslogtreecommitdiff
path: root/libjava/jni.cc
AgeCommit message (Expand)AuthorFilesLines
2004-08-11javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner1-13/+15
2004-08-03* jni.cc: Reindented.Tom Tromey1-37/+37
2004-06-29jni.cc (_Jv_JNI_NewGlobalRef, [...]): Remove needless parenthesis...Per Bothner1-186/+186
2004-06-11jni.cc (_Jv_JNI_GetAnyMethodID): Add name and signature to NoSuchMethodError.Mark Wielaard1-2/+7
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay1-1/+1
2004-02-01jvm.h (MAYBE_UNUSED): New macro tp mark probably unused arguments.Michael Koch1-1/+1
2003-11-18jni.cc (_Jv_JNI_GetStringUTFChars): Fail gracefully if string is null.Tom Tromey1-2/+4
2003-11-14jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to JvGetStringUTFRe...Tom Tromey1-1/+1
2003-11-12jni.cc (JNI_CreateJavaVM): Remove JNIEXPORT.Danny Smith1-3/+3
2003-10-26Constructor.java (toString): Avoid extra whitespace on constructor with no mo...Bryce McKinlay1-12/+4
2003-09-22jni.cc (_Jv_LookupJNIMethod): Remove workaround that should hide a compiler w...Michael Koch1-3/+1
2003-08-20jni.cc: Replace "cheating" pointer-casting code with extract_from_jvalue<> te...Graydon Hoare1-5/+15
2003-08-18re PR libgcj/11951 (natMethod.cc (_Jv_CallAnyMethodA) should clear ffi_result...Tom Tromey1-24/+12
2003-07-21Runtime.java: Comment fix.Tom Tromey1-2/+2
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