corda/classpath/avian
Joel Dice 9abba8fe24 add bootimage-test option to makefile
This option specifies that the test classes should be AOT-compiled
along with the class library, which allows us to test that everything
works in AOT-compiled form as well as JIT-compiled form.  This is
primarily motivated by the need to test d906db6 (support for
AOT-compilation of Java 8 lambda expressions).

Note that I had to tweak Misc because it tested something that
couldn't be done in an AOT build without a lot of extra work, and
SystemClassLoader.getPackage because it was returning null when the
requested package could not be populated with JAR manifest metadata.
Technically, we probably *should* return null for packages that don't
exist at all (in the sense that no classes have been loaded from such
a package), but tracking that kind of thing seems like more trouble
than it's worth unless someone complains about it.
2015-10-19 15:10:53 -06:00
..
avianvmresource update copyright years 2015-03-13 12:52:59 -06:00
file ignore leading / for files on Windows (fixes #452) 2015-09-02 08:31:30 -06:00
http update copyright years 2015-03-13 12:52:59 -06:00
jar update copyright years 2015-03-13 12:52:59 -06:00
Addendum.java update copyright years 2015-03-13 12:52:59 -06:00
AnnotationInvocationHandler.java update copyright years 2015-03-13 12:52:59 -06:00
Assembler.java implement basic Java 8 lambda support 2015-08-06 13:30:18 -06:00
Atomic.java update copyright years 2015-03-13 12:52:59 -06:00
Callback.java update copyright years 2015-03-13 12:52:59 -06:00
Cell.java update copyright years 2015-03-13 12:52:59 -06:00
ClassAddendum.java implement basic Java 8 lambda support 2015-08-06 13:30:18 -06:00
Classes.java support AOT-compilation of Java 8 lambda expressions 2015-09-13 14:21:24 -06:00
Code.java statically type Addendum.pool better 2014-07-11 13:25:19 -06:00
ConstantPool.java update copyright years 2015-03-13 12:52:59 -06:00
Continuations.java update copyright years 2015-03-13 12:52:59 -06:00
Data.java update copyright years 2015-03-13 12:52:59 -06:00
FieldAddendum.java update copyright years 2015-03-13 12:52:59 -06:00
FormatString.java Added java.util.Formatter implementation. Basic/common formats work, 2015-03-17 01:08:07 -04:00
Function.java update copyright years 2015-03-13 12:52:59 -06:00
IncompatibleContinuationException.java update copyright years 2015-03-13 12:52:59 -06:00
InnerClassReference.java update copyright years 2015-03-13 12:52:59 -06:00
Iso88591.java update copyright years 2015-03-13 12:52:59 -06:00
LegacyObjectInputStream.java update copyright years 2015-03-13 12:52:59 -06:00
LegacyObjectOutputStream.java update copyright years 2015-03-13 12:52:59 -06:00
Machine.java update copyright years 2015-03-13 12:52:59 -06:00
MethodAddendum.java update copyright years 2015-03-13 12:52:59 -06:00
Pair.java fix all the bugs 2014-07-12 16:57:24 -06:00
PersistentSet.java update copyright years 2015-03-13 12:52:59 -06:00
Singleton.java update copyright years 2015-03-13 12:52:59 -06:00
Stream.java update copyright years 2015-03-13 12:52:59 -06:00
SystemClassLoader.java add bootimage-test option to makefile 2015-10-19 15:10:53 -06:00
Traces.java update copyright years 2015-03-13 12:52:59 -06:00
Utf8.java update copyright years 2015-03-13 12:52:59 -06:00
VMClass.java update copyright years 2015-03-13 12:52:59 -06:00
VMField.java update copyright years 2015-03-13 12:52:59 -06:00
VMMethod.java update copyright years 2015-03-13 12:52:59 -06:00