On Tue, 9 Jun 2026 13:05:37 GMT, Aleksey Shipilev <[email protected]> wrote:
>> Viktor Klang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Indentation and comment refinement
>
> src/java.base/share/classes/java/util/concurrent/locks/AbstractQueuedSynchronizer.java
> line 836:
>
>> 834: q.prev == p) {
>> 835: if (s != null)
>> 836: p.casNext(q, s); // OK if fails
>
> Drive-by: Indent the comments to match here and in the test?
High-speed-chase: Indentation ameliorated and commentary succinctified.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31436#discussion_r3383218671