aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/reflect/natMethod.cc
AgeCommit message (Expand)AuthorFilesLines
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
1999-09-10configure: Rebuilt.Tom Tromey1-3/+2
1999-08-08[multiple changes]Anthony Green1-1/+3
1999-04-07Initial revisionTom Tromey1-0/+386