Invokers will fail to generate and kill method binding on systems that do not support bytecode loading ------------------------------------------------------------------------------------------------------
Key: JRUBY-5567 URL: http://jira.codehaus.org/browse/JRUBY-5567 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6RC3 Reporter: Charles Oliver Nutter Assignee: Charles Oliver Nutter Priority: Blocker Fix For: JRuby 1.6 Invokers (our handles to Java methods bound to Ruby names) can be generated ahead of time or just-in-time when a class is bound. Normally they are bytecode-based, in which case it's more efficient to generate them ahead of time. If they are not generated ahead of time, and the class is being bound on a system that does not support loading bytecode, the binding process will terminate prematurely, often terminating the program as well. This is the cause of JRUBY-5565. I'm going to make a short-term fix to fall back on reflected invokers when bytecoded invokers cannot be loaded. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email