Rémi Forax schrieb:
> Yesterday, asm 3.2 was released with full support of invokedynamic :)
> 
> More on my blog :
> http://weblogs.java.net/blog/forax/archive/2009/06/asm_now_support_1.html

Hi Rémi,

just tried out your example with jdk 1.7 b61. The compilation works and 
the asm part too. But the actual MethodHandle part fails:

>      [java] Exception in thread "main" java.lang.InternalError
>      [java]   at sun.dyn.MethodHandleNatives.init(Native Method)
>      [java]   at sun.dyn.DirectMethodHandle.<init>(DirectMethodHandle.java:48)
>      [java]   at 
> sun.dyn.MethodHandleImpl.findMethod(MethodHandleImpl.java:163)
>      [java]   at 
> java.dyn.MethodHandles$Lookup.findStatic(MethodHandles.java:202)
>      [java]   at java.dyn.Linkage.<clinit>(Linkage.java:200)
>      [java]   at Test.<clinit>(Test.java)
>      [java] Java Result: 1

is b61 broken?

bye blackdrag

-- 
Jochen "blackdrag" Theodorou
The Groovy Project Tech Lead (http://groovy.codehaus.org)
http://blackdragsview.blogspot.com/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to jvm-languages@googlegroups.com
To unsubscribe from this group, send email to 
jvm-languages+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to