Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8024971 Fuzzing results on nashorn by Andre
  3. JDK-8047366

(1000000000000000128).toString() and (1000000000000000128).toFixed() don't evaluate to expected values.

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • core-libs
    • None
    • b93
    • generic
    • generic

      jjs> (1000000000000000128).toString()

      Expected: 1000000000000000100 Actual: 1000000000000000130

      jjs> (1000000000000000128).toFixed()

      Expected: 1000000000000000128 Actual: 1000000000000000130

            hannesw Hannes Wallnoefer
            sundar Sundararajan Athijegannathan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: