corda/classpath/java/lang/reflect
Joel Dice d819a75f36 more work towards OpenJDK classpath support
The biggest change in this commit is to split the system classloader
into two: one for boot classes (e.g. java.lang.*) and another for
application classes.  This is necessary to make OpenJDK's security
checks happy.

The rest of the changes include bugfixes and additional JVM method
implementations in classpath-openjdk.cpp.
2010-09-14 10:49:41 -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 more work towards OpenJDK classpath support 2010-09-14 10:49:41 -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 more work towards OpenJDK classpath support 2010-09-14 10:49:41 -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