In the API for @BootstrapMethod, it says: "Annotation on InvokeDynamic
method calls which requests the JVM to use a specific bootstrap method
to link the call. This annotation is not retained as such in the class
file, but is transformed into a constant-pool entry for the
invokedynamic instruction which specifies the desired bootstrap
method."

Is there some detail somewhere for language implementers on how to
implement the constant-pool entry for the invokedynamic instruction?

~~ Robert.

-- 
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en.

Reply via email to