On Jul 30, 2010, at 8:37 AM, Rémi Forax wrote: > This is a known Not Yet Implemented feature, > And as far as I know there is no workaround :( > > BTW, there is another NIY hole, you can't have more than 10 parameters.
I am working on removing these limitations. The present code for FilterGeneric etc. does not scale well to all signatures. The new pattern does scale. (See Fredrik's blog; we'll back off to Object[] varargs lists.) -- John _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
