JDK-8307496 : Specialize atomic bitset functions for bsd-aarch64
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 21
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2023-05-04
  • Updated: 2023-08-27
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.
Other
tbdUnresolved
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.)