JDK 19 |
---|
19 b18Fixed |
Cloners :
|
|
Cloners :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
Optimize the implementation of divideUnsigned() and remainderUnsigned() methods in java.lang.Integer and java.lang.Long classes by using x86 div instruction. The current implementation (without intrinsics) uses idiv instruction. (It is also possible to further optimize the special case of negative divisors using x86 code.)
|