RFR: 8320907: Shenandoah: Remove ShenandoahSelfFixing flag

Roman Kennke rkennke at openjdk.org
Wed Nov 29 17:19:04 UTC 2023


On Tue, 28 Nov 2023 15:40:24 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> We added `ShenandoahSelfFixing` flag during LRB work to exercise LRB mid-paths better during stress tests. Today, we do not need the flag. Actually, if we ever call LRB for the side-effect of updating the location (e.g. somewhere in roots), then disabling this flag would introduce more bugs. Therefore, we need to remove the flag and make self-fixing unconditional. 
> 
> Additional testing:
>  - [x] MacOS AArch64 server fastdebug, `hotspot_gc_shenandoah`

Looks good, thank you!

-------------

Marked as reviewed by rkennke (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/16855#pullrequestreview-1755824941


More information about the shenandoah-dev mailing list