ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/package-info.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/package-info.java (file contents):
Revision 1.18 by jsr166, Tue Dec 4 16:14:55 2018 UTC vs.
Revision 1.19 by jsr166, Sat Jul 13 18:31:40 2019 UTC

# Line 197 | Line 197
197   *
198   * <h2 id="MemoryVisibility">Memory Consistency Properties</h2>
199   *
200 * <a href="https://docs.oracle.com/javase/specs/jls/se11/html/jls-17.html#jls-17.4.5">
200   * Chapter 17 of
201 < * <cite>The Java&trade; Language Specification</cite></a> defines the
201 > * <cite>The Java&trade; Language Specification</cite> defines the
202   * <i>happens-before</i> relation on memory operations such as reads and
203   * writes of shared variables.  The results of a write by one thread are
204   * guaranteed to be visible to a read by another thread only if the write
# Line 273 | Line 272
272   *
273   * </ul>
274   *
275 + * @jls 17.4.5 Happens-before Order
276 + *
277   * @since 1.5
278   */
279   package java.util.concurrent;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines