JDK-8333343 : [REDO] AArch64: optimize integer remainder
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2024-05-31
  • Updated: 2025-07-01
  • Resolved: 2025-07-01
Related Reports
Cloners :  
Description
On some Arm processors, a separate multiply/subtract is actually faster than the combined instruction. We should detect such processors and do the fastest thing.
Comments
Runtime Triage: This is not on our current list of priorities. We will consider this feature if we receive additional customer requirements.
01-07-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/19471 Date: 2024-05-30 05:33:00 +0000
09-07-2024