We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9221540 commit eb4a8afCopy full SHA for eb4a8af
src/java.base/share/classes/java/util/concurrent/Phaser.java
@@ -148,6 +148,12 @@
148
* returns snapshots of these state queries in a form convenient for
149
* informal monitoring.
150
*
151
+ * <p>Memory consistency effects: Actions prior to any form of arrive
152
+ * method <a href="package-summary.html#MemoryVisibility">
153
+ * <i>happen-before</i></a> a corresponding phase advance and
154
+ * onAdvance actions (if present), which in turn <i>happen-before</i>
155
+ * actions following the phase advance.
156
+ *
157
* <p><b>Sample usages:</b>
158
159
* <p>A {@code Phaser} may be used instead of a {@code CountDownLatch}
0 commit comments