JDK-8287926 : AArch64: intrinsics for divideUnsigned and remainderUnsigned methods in java.lang.Integer and java.lang.Long
Type:Enhancement
Component:hotspot
Sub-Component:compiler
Affected Version:20
Priority:P4
Status:Resolved
Resolution:Fixed
CPU:aarch64
Submitted:2022-06-07
Updated:2022-10-24
Resolved:2022-06-13
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Optimize the implementation of divideUnsigned() and remainderUnsigned() methods in java.lang.Integer and java.lang.Long classes. Cloned from JDK-8282221