-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
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.
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.
- relates to
-
JDK-8323186 A faster algorithm for MutablebigInteger.divWord(long, int)
- Closed