Source Code to Build invokedynamic.jar
Charles Oliver Nutter
charles.nutter at sun.com
Wed Dec 10 03:07:05 PST 2008
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
More information about the mlvm-dev
mailing list