-
Enhancement
-
Resolution: Fixed
-
P4
-
5.0
-
b07
-
generic
-
generic
As part of 4495754, rotateLeft() and rotateRight() methods will be added to the Integer and Long classes. The intention is that these will eventually intrisified by the HotSpot compilers to generate more efficient code on platforms where this is possible (on x86, 1 instruction instead of typically 3).
Our crypto implementations should be changed to use the new methods where we use hand-assembled rotate using shifts and or. These are mainly (or exclusively?) the various MessageDigest implementations.
Our crypto implementations should be changed to use the new methods where we use hand-assembled rotate using shifts and or. These are mainly (or exclusively?) the various MessageDigest implementations.