corda/classpath/avian
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
..
resource preliminary support for using OpenJDK's class library 2010-09-10 15:05:29 -06:00
Addendum.java preliminary support for using OpenJDK's class library 2010-09-10 15:05:29 -06:00
AnnotationInvocationHandler.java support runtime-visible annotations and java.lang.reflect.Proxy 2009-09-18 18:01:54 -06:00
Callback.java more work on continuation support 2009-05-05 18:29:05 -06:00
CallbackReceiver.java more work on continuation support 2009-05-05 18:29:05 -06:00
Cell.java move non-standard classes to avian package 2009-06-04 17:59:34 -06:00
ClassAddendum.java break each Class, Field, and Method into separate classes 2010-09-01 10:13:52 -06:00
Classes.java preliminary support for using OpenJDK's class library 2010-09-10 15:05:29 -06:00
Continuations.java grammar tweaks to Continuations.java JavaDoc 2010-06-15 18:40:12 -06:00
FieldAddendum.java preliminary support for using OpenJDK's class library 2010-09-10 15:05:29 -06:00
IncompatibleContinuationException.java add classpath/avian/IncompatibleContinuationException.java 2009-05-24 18:21:19 -06:00
Machine.java add classpath/avian/Machine.java 2009-05-25 23:31:13 -06:00
MethodAddendum.java preliminary support for using OpenJDK's class library 2010-09-10 15:05:29 -06:00
PersistentSet.java fix corruption of old revisioins in PersistentSet 2010-07-30 12:23:41 -06:00
Singleton.java move proxy and annotation code from C++ to Java 2009-09-19 16:21:15 -06:00
Stream.java move proxy and annotation code from C++ to Java 2009-09-19 16:21:15 -06:00
SystemClassLoader.java preliminary support for using OpenJDK's class library 2010-09-10 15:05:29 -06:00
Utf8.java ARM and UTF-8 work 2010-04-14 09:26:50 -06:00
VMClass.java break each Class, Field, and Method into separate classes 2010-09-01 10:13:52 -06:00
VMField.java preliminary support for using OpenJDK's class library 2010-09-10 15:05:29 -06:00
VMMethod.java preliminary support for using OpenJDK's class library 2010-09-10 15:05:29 -06:00