corda/classpath
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
..
avian more work towards OpenJDK classpath support 2010-09-14 10:49:41 -06:00
java more work towards OpenJDK classpath support 2010-09-14 10:49:41 -06:00
sun/reflect more work towards OpenJDK classpath support 2010-09-14 10:49:41 -06:00
java-io.cpp add ability to append to files 2010-08-16 09:23:48 -06:00
java-lang.cpp preliminary support for using OpenJDK's class library 2010-09-10 15:05:29 -06:00
java-net.cpp set wsaInitialized to true on success in Java_java_net_Socket_init 2010-09-13 19:50:24 -06:00
java-nio.cpp switch from gethostbyname to getaddrinfo on POSIX systems 2010-06-14 16:09:56 -06:00
java-util-zip.cpp throw OutOfMemoryError if malloc returns null pointer 2009-12-05 15:51:12 -07:00
java-util.cpp update copyright years 2009-12-02 19:08:29 -07:00
jni-util.h update copyright years 2009-12-02 19:08:29 -07:00