aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/reflect/natMethod.cc
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Makefile.def: Remove libjava.Andrew Haley1-706/+0
2012-02-01re PR libgcj/51500 (106 unexpected libjava testsuite failures with mingw32)Kai Tietz1-1/+6
2007-08-04Import GNU Classpath (libgcj-import-20070727).Matthias Klose1-1/+1
2007-04-16BootClassLoader.java (getBootURLLoader): New method.Andrew Haley1-5/+23
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-0/+29
2006-05-24re PR libgcj/27729 (Field, Method and Constructor need isSynthetic() implemet...Tom Tromey1-4/+3
2005-09-06re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments)Tom Tromey1-1/+1
2005-04-05jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey1-29/+14
2005-03-10New Stack Trace infrastructure.Bryce McKinlay1-14/+2
2005-02-17Class.h (_Jv_GetMethodString): Updated declaration.Tom Tromey1-2/+2
2004-12-17re PR libgcj/15001 ([3.4 only] Using JNI with interpreter and interface metho...Andrew Haley1-1/+22
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-6/+3
2004-09-21natMethod.cc (_Jv_CallAnyMethodA): Indentation fix.Tom Tromey1-1/+2
2004-08-11javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner1-2/+2
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay1-1/+1
2004-04-14[multiple changes]Bryce McKinlay1-7/+15
2004-02-26re PR libgcj/14296 (3.4 regression: Method.Invoke)Andrew Haley1-1/+10
2003-10-30natMethod.cc (_Jv_CallAnyMethodA): Don't use vtable dispatch for final methods.Bryce McKinlay1-2/+4
2003-10-26Constructor.java (toString): Avoid extra whitespace on constructor with no mo...Bryce McKinlay1-17/+27
2003-10-25re PR libgcj/11780 (Method.invoke() is slow)Bryce McKinlay1-18/+26
2003-08-18re PR libgcj/11951 (natMethod.cc (_Jv_CallAnyMethodA) should clear ffi_result...Tom Tromey1-29/+50
2003-07-21Runtime.java: Comment fix.Tom Tromey1-18/+27
2003-02-28natMethod.cc (_Jv_CallAnyMethodA): Allocate a full jvalue for each argument.Hans Boehm1-28/+19
2002-11-02For PR java/8415:Tom Tromey1-4/+3
2002-08-27natConstructor.cc (newInstance): Initialize class.Tom Tromey1-2/+7
2002-06-25natPlainDatagramSocketImpl.cc (BooleanClass): Removed.Tom Tromey1-19/+8
2002-03-01Add pointer support to the reflection code.Anthony Green1-29/+36
2002-02-24natMethod.cc (_Jv_CallAnyMethodA): Define ffi_result union for ffi_call result.Jeff Sturm1-1/+42
2002-01-08natMethod.cc: Don't include alloca.h.Andreas Tobler1-9/+5
2001-10-02prims.cc (_Jv_NewMultiArrayUnchecked): New method.Tom Tromey1-2/+2
2001-08-24Field.java (toString): Use Method.appendClassName.Tom Tromey1-10/+19
2001-06-02USE_LIBFFI changeAnthony Green1-0/+11
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson1-6/+6
2001-01-08In gcc/java:Bryce McKinlay1-1/+1
2000-12-28re PR libgcj/1516 (Method.invoke won't accept boolean parameters)Bryce McKinlay1-34/+34
2000-11-16PropertyChangeSupport.java (propertyListeners): Made transient.Warren Levy1-1/+1
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey1-20/+12
2000-09-14defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.Alexandre Oliva1-0/+2
2000-09-06natMethod.cc (_Jv_CallAnyMethodA): Accept null `args' if method takes no para...Tom Tromey1-2/+6
2000-08-08Method.java (hashCode): Use getName().Tom Tromey1-0/+4
2000-08-02[multiple changes]Bryce McKinlay1-1/+1
2000-07-27mauve-libgcj: Activated serialization tests.Warren Levy1-1/+2
2000-06-23natMethod.cc: Include <alloca.h>.Tom Tromey1-0/+2
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey1-25/+14
2000-01-21natConstructor.cc (newInstance): Use _Jv_CallAnyMethodA.Tom Tromey1-77/+138
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
2000-01-06natClass.cc (getMethod): Compute offset relative to `klass's methods table, n...Tom Tromey1-24/+25
2000-01-05natMethod.cc (get_ffi_type): Test size of jboolean and select correct ffi typ...Tom Tromey1-4/+17
2000-01-04[multiple changes]Tom Tromey1-136/+228