Re: adapter pushes too many parameters

2009-09-16 Thread Christian Thalinger
=0xfffab300): adapter pushes too many parameters I don't see why that expression must create an adapter that pushes lots of parameters. It must be created by your bootstrap method? I forgot to mention that the call site is a GWT. Increasing the MethodHandlePushLimit results

Re: adapter pushes too many parameters

2009-09-16 Thread Christian Thalinger
Christian Thalinger wrote: But, I think increasing the MHPL should allow the additional number of bound params to be pushed. So that final error looks like a plain bug. I will try to comment it out. Commenting this check: if (slots_pushed + target_pushes MethodHandlePushLimit) makes,