aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/reflect
AgeCommit message (Expand)AuthorFilesLines
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
2003-08-18re PR libgcj/11951 (natMethod.cc (_Jv_CallAnyMethodA) should clear ffi_result...Tom Tromey1-29/+50
2003-08-05re PR libgcj/11779 (Field reflection incorrectly throws IllegalAccessException)Tom Tromey1-5/+6
2003-08-05Method.java: Updated status comment.Tom Tromey2-115/+349
2003-07-21Runtime.java: Comment fix.Tom Tromey5-64/+104
2003-03-29Proxy.java: New version from Classpath.Tom Tromey1-1/+1
2003-02-28natMethod.cc (_Jv_CallAnyMethodA): Allocate a full jvalue for each argument.Hans Boehm1-28/+19
2002-12-19natClassLoader.cc (defineClass0): Removed erroneous comment.Tom Tromey1-1/+12
2002-11-07natField.cc (getBoolean): Use getType().Mark Wielaard1-42/+26
2002-11-03GNU Classpath merge.Mark Wielaard1-10/+48
2002-11-02For PR java/8415:Tom Tromey1-4/+3
2002-09-30Add Proxy support.Anthony Green4-0/+1888