Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8331907

BigInteger and BigDecimal should use optimized division

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 23
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: