Inlining of MethodHandles chain possible/planned?

John Rose john.r.rose at oracle.com
Wed May 18 12:03:28 PDT 2011


On May 18, 2011, at 11:59 AM, Rémi Forax wrote:

> All others are hard because the value of the method handle is not 
> statically known
> i.e the method handle cannot be considered as constant.

It can be optimistically inlined, which is what we do for invokedynamic instructions.

-- John


More information about the mlvm-dev mailing list