JDK-8307533 : Use atomic bitset functions for metadata flags
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-05-05
  • Updated: 2023-05-22
  • Resolved: 2023-05-16
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 21
21 b23Fixed
Related Reports
Relates :  
Description
The InstanceKlass, Method and Field flags copy the CAS loop code.  Now that we have Atomic bitset functions, use them.
Comments
Changeset: 488330d5 Author: Coleen Phillimore <coleenp@openjdk.org> Date: 2023-05-16 16:46:09 +0000 URL: https://git.openjdk.org/jdk/commit/488330d53bb782657378424421a9ce2f2eed5e88
16-05-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13843 Date: 2023-05-05 19:58:49 +0000
06-05-2023