Hi all,

just to be sure I understand correctly... afaik there are two things 
invokedynamic cannot do.

(1) calling private methods
actually I am not sure this is really true. There is a Lookup instance I 
can use to get handles to private methods (afaik), therefore it should 
be possible. Or is there an artificial restriction of some kind?

(2) calling super()
afaik I cannot generate a call site that replaces the invokeSpecial call 
to a super class constructor.

Am I right about those?

bye blackdrag


-- 
Jochen "blackdrag" Theodorou - Groovy Project Tech Lead
blog: http://blackdragsview.blogspot.com/
german groovy discussion newsgroup: de.comp.lang.misc
For Groovy programming sources visit http://groovy-lang.org


_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to