BigInteger and BigDecimal should use optimized division

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 23
    • Affects Version/s: None
    • Component/s: core-libs
    • b23

      inspired by JDK-8323186

      MutablebigInteger.divWord and BigDecimal.divRemNegativeLong perform unsigned division of 64-bit integers. We should replace the use of these functions with Long.divide/remainderUnsigned to take advantage of compiler optimizations.

            Assignee:
            Daniel Jelinski
            Reporter:
            Daniel Jelinski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: