> Addresses a case where a `null`-value can sneak in to a reference chain and > lead to a live lock. Introduces a regression test which stochastically > reproduces the error. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Viktor Klang has updated the pull request incrementally with two additional commits since the last revision: - Adding regression test for StampedLock - Addressing the same live-lock issue found in AQS in AQLS and StampedLock ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31436/files - new: https://git.openjdk.org/jdk/pull/31436/files/70e4bc97..92897153 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31436&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31436&range=01-02 Stats: 41 lines in 3 files changed: 38 ins; 1 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/31436.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31436/head:pull/31436 PR: https://git.openjdk.org/jdk/pull/31436
