RFR: 8260106: Shenandoah: refactor reference updating closures and related code [v6]
Roman Kennke
rkennke at openjdk.java.net
Mon Jan 25 20:50:55 UTC 2021
On Mon, 25 Jan 2021 15:58:00 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> We have a block in `ShenandoahHeap::maybe_update_with_forwarded` that is irrelevant after JDK-8231086. Additionally, "resolve and update" paths are really only used by STW GCs, and thus do not require atomic updates. This leads to considerable simplifications in the code, and improves performance on the common paths (especially in fastdebug builds that drop many irrelevant asserts).
>>
>> Additional testing:
>> - [x] `hotspot_gc_shenandoah`
>> - [x] `tier1` with Shenandoah
>> - [x] `tier2` with Shenandoah
>
> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
>
> Add const
Looks good! Thanks!
-------------
Marked as reviewed by rkennke (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2166
More information about the hotspot-gc-dev
mailing list