Bui, Phillip wrote: > I look for the source code to build invokedynamic.jar for Jruby 1.1.5. > Do you know the location ?
invokedynamic.jar in JRuby's repository just includes the early compiled .java bits of John's 292 work; we built it by hand, and it doesn't actually *do* anything other than allow us to compile our invokedynamic-consuming method dispatcher without building on MLVM. I don't know of a standard place to get such a "dummy" jar at present, so you might just want to grab that one. It is, as such, totally non-functional and unofficial, so it's useful only to fulfill a compile-time dependency. - Charlie _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
