corda/classpath
Joel Dice c743140e08 add new subroutine test
This test covers the case where a local stack slot is first used to
store an object reference and later to store a subroutine return
address.  Unfortunately, this confuses the VM's stack mapping code;
I'll be working on a fix for that next.

The new test requires generating bytecode from scratch, since there's
no reliable way to get javac to generate the code we want.  Since we
already had primitive bytecode construction code in Proxy.java, I
factored it out so we can reuse it in Subroutine.java.
2011-02-16 11:41:33 -07:00
..
avian add new subroutine test 2011-02-16 11:41:33 -07:00
java add new subroutine test 2011-02-16 11:41:33 -07:00
sun/reflect more work towards OpenJDK classpath support 2010-09-14 10:49:41 -06:00
java-io.cpp fix MSVC build regressions 2011-01-21 16:14:21 -07:00
java-lang.cpp update copyright years 2010-12-05 20:21:09 -07: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 fix false positive return from SocketChannel.finishConnect 2011-01-11 18:29:48 -07: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