Question About MethodHandles.findSpecial

Fredrik Öhrström fredrik.ohrstrom at oracle.com
Tue May 5 12:25:50 PDT 2009


> or invocation of private methods, see section 7.7 of the JVM spec.
> Rémi

Thanks! A MethodHandle pointing to a private method makes sense.
Still the javadoc for findSpecial explicitly mentions the constructor so
is there any reason for executing a constructor through a MethodHandle?
Also, what is the reason for the specialCaller argument? (Also referred
to as caller in the javadoc.)

Fredrik




More information about the mlvm-dev mailing list