invokedynamic question

Jeroen Frijters jeroen at sumatra.nl
Fri May 23 05:02:53 PDT 2008


Hi,

I hope it is appropriate to ask a question here about the invokedynamic EDR.

Rémi Forax inspired me to actually try to implement my invokedynamic PoC in IKVM and while doing that I realized that I don't understand how the receiver object is typed.

When the VM calls the bootstrap method, what should it pass as CallSite.staticContext().type().parameterType()[0]?

I assume it's the type that the verifier computed for the receiver object on the stack, but I would like to be sure.

Thanks,
Jeroen




More information about the mlvm-dev mailing list