6804523: TupleSignatures - Tagged Tuples in Method Calls
Michael Barker
mikeb01 at gmail.com
Sun Jul 17 05:26:39 PDT 2011
Hi,
Attached are my latests TupleSignature patches. This starts to add
support for tagged tuples in method calls. It's very basic right now,
the classes load and methods can be called. There are a couple of
outstanding issues:
- No support for validating the class used as the "tag". There should
a check it exists and that the field format matches the arguments on
the tuple.
- No updates for the JDK verifier, so to run it you'll need
-Xverify:none to run it.
Mike.
User Id: mikeb2701
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tsigs-hotspot.patch
Type: text/x-patch
Size: 26290 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20110717/ad456bd8/attachment-0002.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tsigs-jdk.patch
Type: text/x-patch
Size: 10877 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20110717/ad456bd8/attachment-0003.bin
More information about the mlvm-dev
mailing list