Chuck Remes created JRUBY-6279: ---------------------------------- Summary: Invokedynamic support is missing 'float_op_equal' Key: JRUBY-6279 URL: https://jira.codehaus.org/browse/JRUBY-6279 Project: JRuby Issue Type: Bug Components: Compiler Affects Versions: JRuby 1.7 Environment: Java7u2, JRuby master from 20111216 Reporter: Chuck Remes Priority: Blocker
Looks like MathLinker doesn't have float_op_equal defined yet for invokedynamic. This causes a hard crash. The line of Ruby code that causes this is roughly: doc['key'] == 1.0 || doc['key'] == true -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.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