java.lang.Long is implicitly converted to double

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 8
    • Component/s: core-libs
    • None
    • b102
    • generic
    • generic

        This bug was reported by Tomas Hurka via mail.

        On JDK 8, calling Long.valueOf("301077366599181567") and converting the result to string seems to convert the number to double since the result shows a loss of precision.

        nashorn> java.lang.Long.valueOf("301077366599181567").toString()
        301077366599181570

        If toString() would have been called on the java.lang.Long instance, the result should not loose precision and be the same as the input string.

              Assignee:
              Hannes Wallnoefer
              Reporter:
              Hannes Wallnoefer
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: