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.

To download the current JDK release, click here.
JDK 20
20 b02Fixed
Related Reports
Cloners :  
Description
Optimize the implementation of divideUnsigned() and remainderUnsigned() methods in java.lang.Integer and java.lang.Long classes. Cloned from JDK-8282221
Comments
Changeset: 0207d761 Author: Andrew Haley <aph@openjdk.org> Date: 2022-06-13 14:35:43 +0000 URL: https://git.openjdk.org/jdk/commit/0207d761f45c85dbcdc509bbba9e73bbe5d19329
13-06-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/9104 Date: 2022-06-09 10:47:42 +0000
09-06-2022