Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.pre1
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: Compiler
-
Labels:None
-
Environment:Java7u2, JRuby master from 20111216
-
Number of attachments :
Description
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
master@de6c3aa