JDK-8307501 : Specialize atomic bitset functions for linux-aarch64
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 21
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2023-05-04
  • Updated: 2025-06-24
  • Resolved: 2025-06-24
Related Reports
Relates :  
Description
JDK-8293117 added a suite of atomic operations for manipulating integer values representing bitsets. The default implementation provided there uses a loop over Atomic::cmpxchg. It also provided a mechanism for specializing the implementation by platform-specific code. We should provide such a specialization for the platform named in the summary, if that's possible. (If there isn't a better implementation then this issue can just be closed.)
Comments
Runtime Triage: This is not on our current list of priorities. We will consider this feature if we receive additional customer requirements.
24-06-2025