aboutsummaryrefslogtreecommitdiff
path: root/libjava/jni.cc
AgeCommit message (Expand)AuthorFilesLines
2009-11-30jni.cc (_Jv_JNI_GetObjectRefType): Mark `object' parameter as maybe unused.Ben Elliston1-1/+1
2008-10-21re PR libgcj/37636 (java tools are unable to find resource files)Matthias Klose1-2/+2
2008-06-28Import GNU Classpath (classpath-0_97_2-release).Matthias Klose1-1/+10
2008-04-19re PR libgcj/35979 (JNI method NewStringUTF throws NPE when passed a NULL poi...Tom Tromey1-1/+4
2007-12-06ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined.David Daney1-3/+5
2007-08-04Import GNU Classpath (libgcj-import-20070727).Matthias Klose1-12/+12
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney1-2/+7
2007-05-04jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.Keith Seitz1-0/+3
2007-03-05Character.java: Re-merged with Classpath.Mark Wielaard1-1/+2
2007-02-07jni.cc (_Jv_JNI_DeleteWeakGlobalRef): Check for NULL objects.Marco Trudel1-0/+4
2007-01-29java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway1-0/+4
2007-01-22re PR java/29812 (env->klass value is not updated during the native calls)Tom Tromey1-25/+36
2007-01-18jni.cc (_Jv_JNI_FindClass): Initialize class.Marco Trudel1-1/+2
2006-10-18register2.java: New file.Tom Tromey1-19/+34
2006-07-20jvm.h (_Jv_GetJVMTIEnv): Declare.Keith Seitz1-0/+8
2006-06-27re PR libgcj/28178 (jniEnv->DeleteLocalRef (null) fails)Tom Tromey1-0/+11
2006-06-20Makefile.am (AM_CXXFLAGS): Define GCJ_VERSIONED_LIBDIR to "$(dbexecdir)".Thomas Fitzsimmons1-73/+7
2006-02-09re PR libgcj/25187 (dereferencing type-punned pointer warnings while building...Bryce McKinlay1-3/+7
2006-01-19jni.cc (_Jv_JNI_AttachCurrentThread): Return environment if it already exists.Tom Tromey1-4/+8
2005-11-29re PR java/18278 (JNI functions cannot return a weak reference)Tom Tromey1-0/+13
2005-09-06re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments)Tom Tromey1-1/+1
2005-06-13re PR libgcj/22036 (libjava/jni.cc compilation fix in cvs 2005-06-12)Jim Huang1-12/+12
2005-04-26re PR libgcj/21020 (java.lang.NoSuchFieldError regression from earlier 4.0.0 ...Andrew Haley1-2/+2
2005-04-22jni.cc (natrehash): Don't bother clearing memory again.Anthony Green1-2/+0
2005-04-05jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey1-2/+3
2005-02-23re PR libgcj/16923 (-D* Options passed to JNI_CreateJavaVM are ignored)Thomas Fitzsimmons1-43/+10
2005-02-14jni.cc (nathash_add): Don't strdup the method signature.Anthony Green1-5/+21
2005-01-14jni.h (_Jv_JNIEnv::bottom_locals): New field.Graydon Hoare1-21/+82
2005-01-07re PR libgcj/18115 (JNI nio buffer functions only work with byte buffers)Michael Koch1-4/+11
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-3/+4
2004-11-242004-11-24 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+3
2004-11-03jni.cc (_Jv_JNI_NewObjectArray): Fixed return type.Tom Tromey1-2/+2
2004-10-14jni.cc (_Jv_JNIMethod::call): Use ffi_java_raw_call instead of ffi_raw_call i...Ulrich Weigand1-0/+5
2004-09-28* jni.cc (_Jv_JNI_RegisterNatives): Formatting fixlets.Tom Tromey1-3/+2
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