RFR: 8271939: Clean up primitive raw accessors in oopDesc
Stefan Karlsson
stefank at openjdk.java.net
Fri Aug 6 11:20:28 UTC 2021
On Thu, 5 Aug 2021 11:20:58 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
> 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.
>
> Testing:
> - [x] tier1
> - [x] tier2
> - [x] hotspot_gc
Marked as reviewed by stefank (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/5017
More information about the hotspot-gc-dev
mailing list