What can we improve in JSR292 for Java 9?

Jochen Theodorou blackdrag at gmx.org
Sun Mar 8 12:38:49 UTC 2015


Am 08.03.2015 12:16, schrieb Remi Forax:
[...]
> You need to restrict the set of method handles that are allowed to be
> installed inside a CallSite corresponding to such kind of invokedynamic.
> Something like: you can do any transformations you want on the arguments
> but not on the receiver (no drop, no permute, no filter) and then you
> need to call unconditionally a method handle created using findSpecial
> on the super class.

unconditionally, like no guard?

bye Jochen

-- 
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



More information about the mlvm-dev mailing list