adapter pushes too many parameters
Christian Thalinger
Christian.Thalinger at Sun.COM
Wed Sep 16 06:42:16 PDT 2009
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, obviously, the error go away and the test runs OK.
-- Christian
More information about the mlvm-dev
mailing list