I just pushed some fixes and unit tests for mangling. Thanks for the
report! -- John
On Aug 1, 2009, at 1:25 PM, Attila Szegedi wrote:
> Folks (well, primarily John I think),
>
> I'm trying to write a testcase for an invokedynamic call that
> specifies "dyn:getprop:helloText" as the method
That looks like a bug in BytecodeName.parseBytecodeName. The 'new
String' shortly after the error point should have been 'new Object'.
Time for more unit testing!
-- John
___
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.
Folks (well, primarily John I think),
I'm trying to write a testcase for an invokedynamic call that
specifies "dyn:getprop:helloText" as the method name. So far, I've
tried the following (all using ASM to generate bytecode as I don't
know what if any is the javac-recognized syntax for these)