corda/classpath
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
..
avian add bootimage-test option to makefile 2015-10-19 15:10:53 -06:00
dalvik/system update to more recent version of Android class library 2014-08-21 13:42:49 -06:00
java Merge pull request #454 from dicej/aot-lambda 2015-09-28 07:44:51 -06:00
libcore/reflect update to more recent version of Android class library 2014-08-21 13:42:49 -06:00
sun update copyright years 2015-03-13 12:52:59 -06:00
java-io.cpp update copyright years 2015-03-13 12:52:59 -06:00
java-lang.cpp update copyright years 2015-03-13 12:52:59 -06:00
java-net.cpp update copyright years 2015-03-13 12:52:59 -06:00
java-nio.cpp update copyright years 2015-03-13 12:52:59 -06:00
java-util-zip.cpp update copyright years 2015-03-13 12:52:59 -06:00
java-util.cpp update copyright years 2015-03-13 12:52:59 -06:00
jni-util.h update copyright years 2015-03-13 12:52:59 -06:00
sockets.cpp update copyright years 2015-03-13 12:52:59 -06:00
sockets.h update copyright years 2015-03-13 12:52:59 -06:00