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

_______________________________________________
mlvm-dev mailing list
[email protected]
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to