-
Enhancement
-
Resolution: Fixed
-
P4
-
17, 21, 22
-
b26
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8323767 | 21.0.3 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
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.
- backported by
-
JDK-8323767 Shenandoah: Remove ShenandoahSelfFixing flag
- Resolved