Re: Mangled names for invokedynamic

2009-08-06 Thread John Rose
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

Re: Mangled names for invokedynamic

2009-08-06 Thread John Rose
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.