Coming change to dropArguments?

John Rose john.r.rose at oracle.com
Wed Apr 6 15:31:43 PDT 2011


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


More information about the mlvm-dev mailing list