Coming change to dropArguments?

Mark Roos mroos at roos.com
Mon Apr 11 06:00:01 PDT 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20110411/b22e5f87/attachment-0001.html 


More information about the mlvm-dev mailing list