JDK-8285040 : PPC64 intrinsics for divideUnsigned and remainderUnsigned methods in java.lang.Integer and java.lang.Long
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: ppc
  • Submitted: 2022-04-19
  • Updated: 2022-04-21
  • Resolved: 2022-04-21
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 19
19 b18Fixed
Related Reports
Cloners :  
Description
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.
Comments
Changeset: e955cacb Author: Martin Doerr <mdoerr@openjdk.org> Date: 2022-04-21 16:00:28 +0000 URL: https://git.openjdk.java.net/jdk/commit/e955cacb91420704de3c72861b3d559696dfd07b
21-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8304 Date: 2022-04-19 19:29:34 +0000
19-04-2022