corda/classpath/java/lang/reflect
Joel Dice cddea7187d preliminary support for using OpenJDK's class library
Whereas the GNU Classpath port used the strategy of patching Classpath
with core classes from Avian so as to minimize changes to the VM, this
port uses the opposite strategy: abstract and isolate
classpath-specific features in the VM similar to how we abstract away
platform-specific features in system.h.  This allows us to use an
unmodified copy of OpenJDK's class library, including its core classes
and augmented by a few VM-specific classes in the "avian" package.
2010-09-10 15:05:29 -06:00
..
AccessibleObject.java update copyright years 2009-12-02 19:08:29 -07:00
AnnotatedElement.java support runtime-visible annotations and java.lang.reflect.Proxy 2009-09-18 18:01:54 -06:00
Array.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
Constructor.java break each Class, Field, and Method into separate classes 2010-09-01 10:13:52 -06:00
Field.java preliminary support for using OpenJDK's class library 2010-09-10 15:05:29 -06:00
GenericDeclaration.java add classes and methods needed for GNU Classpath compatibility 2009-06-02 17:14:38 -06:00
InvocationHandler.java support runtime-visible annotations and java.lang.reflect.Proxy 2009-09-18 18:01:54 -06:00
InvocationTargetException.java prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
Member.java update copyright years 2009-12-02 19:08:29 -07:00
Method.java break each Class, Field, and Method into separate classes 2010-09-01 10:13:52 -06:00
Modifier.java update copyright years 2009-12-02 19:08:29 -07:00
Proxy.java break each Class, Field, and Method into separate classes 2010-09-01 10:13:52 -06:00
Type.java add classes and methods needed for GNU Classpath compatibility 2009-06-02 17:14:38 -06:00
TypeVariable.java add classes and methods needed for GNU Classpath compatibility 2009-06-02 17:14:38 -06:00