Skip to content

Commit 7d254d2

Browse files
committed
Tip Run 03
1 parent 9315382 commit 7d254d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java.base/share/classes/java/util/concurrent/SynchronousQueue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ else if (p.cmpExItem(m, e) != m)
181181
// writes waiter then reads item. On ARM64, CAS
182182
// (ldaxr/stlxr) + plain load to a different field does
183183
// NOT provide StoreLoad ordering.
184-
// GHA Run 02
184+
// GHA Run 03
185185
VarHandle.fullFence();
186186
Thread w = p.waiter;
187187
cmpExHead(p, p.next);

0 commit comments

Comments
 (0)