corda/classpath/java
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
..
io fix BufferedInputStream.read regression 2011-02-08 18:56:25 -07:00
lang add new subroutine test 2011-02-16 11:41:33 -07:00
net add URLConnection methods 2011-01-11 18:25:34 -07:00
nio add ServerSocketChannel.handleReadyOps to fix build 2011-01-13 07:03:28 -07:00
security update copyright years 2010-12-05 20:21:09 -07:00
text prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
util add TreeSet(Collection) constructor 2011-01-20 09:39:16 -07:00