Issue Type: Bug Bug
Affects Versions: JRuby 1.6.7
Assignee: Thomas E Enebo
Created: 22/Jun/12 9:26 AM
Description:

require 'java'

5==java.lang.Integer.new(5) returns true on Macs but nil on linux. I tried this on several different versions of JRuby up to and including 1.6.7.

On the RHEL install and any macs the following returned true
5.0 == java.lang.Double.new(5)
5 == java.lang.Long.new(5)

The fact that only Integer has this issue makes me think its some sort of bug related to JRuby on on Redhat. Id' be willing to try other things or do more investigation but right now I'm not sure how to proceed.

Project: JRuby
Priority: Major Major
Reporter: Jason Gilman
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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

Reply via email to