aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/reflect
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Makefile.def: Remove libjava.Andrew Haley37-5720/+0
2016-07-13Fix return type handling for Proxy classesMatthew Fortune1-5/+5
2012-12-19Import GNU Classpath (20121202).Matthias Klose1-3/+3
2012-02-01re PR libgcj/51500 (106 unexpected libjava testsuite failures with mingw32)Kai Tietz2-2/+11
2011-04-08configure.ac (libgcj_ld_export_all): Set for windows native targets to export...Kai Tietz3-6/+6
2008-09-23re PR libgcj/8995 (race cases in interpreter)Andrew Haley1-1/+2
2007-08-04Import GNU Classpath (libgcj-import-20070727).Matthias Klose1-1/+1
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney1-0/+12
2007-07-13[multiple changes]Andrew Haley3-7/+15
2007-04-18natVMProxy.cc (ncode_closure): Add method_index.Andrew Haley1-2/+0
2007-04-18natVMProxy.cc (ncode_closure): Add method_index.Andrew Haley1-12/+39
2007-04-16BootClassLoader.java (getBootURLLoader): New method.Andrew Haley1-5/+23
2007-04-02natVMProxy.cc (run_proxy): Use _Jv_LookupProxyMethod to find the Method.Andrew Haley2-7/+16
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva1-11/+16
2007-03-05natVMProxy.cc (ncode_closure.meth): Delete.Andrew Haley3-13/+42
2007-02-01LogManager.java (loggers): Genericized.Tom Tromey3-11/+11
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey34-42/+1502
2006-06-22natField.cc (getAddr): Allow setting of final field when it is accessible.Tom Tromey1-0/+4
2006-05-24re PR libgcj/27729 (Field, Method and Constructor need isSynthetic() implemet...Tom Tromey7-160/+1019
2006-05-18Imported GNU Classpath 0.90Mark Wielaard3-2/+53
2005-09-23Imported Classpath 0.18.Tom Tromey2-38/+143
2005-09-06re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments)Tom Tromey1-1/+1
2005-07-16Major merge with Classpath.Tom Tromey7-2364/+0
2005-06-30Update FSF addressKelley Cook9-18/+18
2005-04-05jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey1-29/+14
2005-03-10New Stack Trace infrastructure.Bryce McKinlay4-54/+10
2005-02-22Proxy.java, [...]: Don't catch java.lang.ThreadDeath.Jeroen Frijters1-1/+1
2005-02-22[multiple changes]Bryce McKinlay2-68/+84
2005-02-17Class.h (_Jv_GetMethodString): Updated declaration.Tom Tromey1-2/+2
2005-02-17GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch8-25/+25
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 Tromey2-8/+5
2004-10-18[multiple changes]Michael Koch3-17/+18
2004-09-25Proxy.java (getPackage, [...]): Fixed handling of default package.Jeroen Frijters1-21/+11
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-20Byte.java, [...]: Fixed javadocs, coding style and argument names all over.Michael Koch2-47/+49
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
2004-01-07Array.java: Merged documentation with classpath.Michael Koch1-34/+414
2003-10-30natMethod.cc (_Jv_CallAnyMethodA): Don't use vtable dispatch for final methods.Bryce McKinlay1-2/+4
2003-10-26AccessibleObject.java (secureSetAccessible): Don't check for AccessibleObject.Bryce McKinlay1-33/+12
2003-10-26Constructor.java (toString): Avoid extra whitespace on constructor with no mo...Bryce McKinlay3-34/+53
2003-10-25Method.java (toString): Avoid extra whitespace on method with no modifiers.Bryce McKinlay1-2/+6
2003-10-25re PR libgcj/11780 (Method.invoke() is slow)Bryce McKinlay2-36/+49
2003-09-252003-09-25 Michael Koch <konqueror@gmx.de>Michael Koch1-12/+3
2003-09-25Proxy.java (generate): Uncomment protection domain code.Tom Tromey1-9/+2
2003-08-26re PR libgcj/12058 (java.lang.reflect.Array.set(Object, int, Object) throws j...Tom Tromey1-1/+1
2003-08-26Proxy.java (ProxyData): `pack' now a String.Tom Tromey1-6/+21