Skip to content

Commit 9315382

Browse files
committed
Tip Run 02
1 parent 66ce8ed commit 9315382

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +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
184185
VarHandle.fullFence();
185186
Thread w = p.waiter;
186187
cmpExHead(p, p.next);

0 commit comments

Comments
 (0)