FYI, some findings from sitting down with Christian:
* It fails at 1.times { control } but not at .times { ...
which is default server JIT threshold. That tells me it's not
something I'm doing, since it interprets fine.
* It's encountering a void argument in an arg list at methodHandleWalk
A trivial reproduction against my JRuby working copy:
def control
end
100.times { control }
It seems to have something to do with the block...doing the "control"
call alone works ok.
- Charlie
On Mon, May 16, 2011 at 10:13 AM, Charles Oliver Nutter
wrote:
> FYI, this is now the primary is
FYI, this is now the primary issue keeping me from continuing to wire
up invokedynamic paths in JRuby. Have not yet reduced a test case for
it.
- Charlie
On Sat, May 14, 2011 at 11:26 AM, Charles Oliver Nutter
wrote:
> Current build as of an hour ago. Made some changes to bind more
> handles str