JDK-8271939 : Clean up primitive raw accessors in oopDesc
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2021-08-05
  • Updated: 2021-08-09
  • Resolved: 2021-08-09
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 18
18 masterFixed
Related Reports
Relates :  
Description
We have some _raw accessors in oop.hpp and related code. Those are leftover from when Shenandoah required primitive barriers and are no longer needed. Their uses can be replaced with the regular accessors.
Comments
Changeset: a86ac0d1 Author: Roman Kennke <rkennke@openjdk.org> Date: 2021-08-09 10:31:31 +0000 URL: https://git.openjdk.java.net/jdk/commit/a86ac0d1e3a6f02e587362c767abdf62b308d321
09-08-2021