On Mon, 17 Aug 2026 19:47:02 GMT, Chen Liang <[email protected]> wrote:
>> Use the correct version of `compareAndSetReference` from `Unsafe` to ensure >> `AtomicReferenceFieldUpdater` works with value objects. >> >> The new tests stalls on `testWeakCompareAndSet` without the patch and fails >> on compareAndSet tests with that stalling test disabled. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Chen Liang has updated the pull request with a new target base due to a merge > or a rebase. The incremental webrev excludes the unrelated changes brought in > by the merge/rebase. The pull request contains three additional commits since > the last revision: > > - Test tweaks > - Merge branch 'master' of https://github.com/openjdk/jdk into > fix/atomic-ref-field-updater-value > - 8388310 Thanks @liach ! ------------- Marked as reviewed by vklang (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/32325#pullrequestreview-5009452628
