-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b65
-
sparc
-
solaris_9
Integer Divide and Mod on the same inputs can be computed faster
if their computation is shared. On x86 machines, the hardware
instruction for divide also returns the mod for free. On SPARC,
the Mod computation does a divide implicitly.
if their computation is shared. On x86 machines, the hardware
instruction for divide also returns the mod for free. On SPARC,
the Mod computation does a divide implicitly.
- relates to
-
JDK-8285871 Math.multiplyHigh and multiply on same inputs can be computed faster if their computation is shared
- Open