RFR: 8271939: Clean up primitive raw accessors in oopDesc [v2]
Thomas Schatzl
tschatzl at openjdk.java.net
Mon Aug 9 09:01:35 UTC 2021
On Fri, 6 Aug 2021 11:59:59 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
>
> Roman Kennke has updated the pull request incrementally with one additional commit since the last revision:
>
> Change loader_data_raw() to regular loader_data()
Marked as reviewed by tschatzl (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/5017
More information about the hotspot-gc-dev
mailing list