John wrote
If the desired MethodType is available, you can also use
MethodType.parameterList to get a List of the parameters (at O(1) likely
allocation cost). From that list you can also subList to
specify the desired dropped parameter types.
Interesting thought. Upon examining my use I see that about 16 lengths
are required to cover the use cases. So I plan to pre compute them and
store in a static array in my
call site class.
thanks
mark
_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev