JDK 19 |
---|
19 b18Fixed |
Cloners :
|
Optimize the implementation of divideUnsigned() and remainderUnsigned() methods in java.lang.Integer and java.lang.Long classes by using PPC64 divwu / divu instructions. Cloned from JDK-8282221 Note: UseDivMod optimization needs to get implemented for platforms which don't have a combined instruction. Otherwise, some benchmarks will show regression.
|