On Apr 6, 2011, at 3:10 PM, Rémi Forax wrote:

> You can also use the dropArguments that takes a List and use
> Arrays.asList() followed by subList().

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.

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

Reply via email to