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.14 by jsr166, Mon Sep 7 02:44:55 2015 UTC vs.
Revision 1.15 by jsr166, Mon Sep 7 02:54:55 2015 UTC

# Line 198 | Line 198
198   * <h2 id="MemoryVisibility">Memory Consistency Properties</h2>
199   *
200   * <a href="https://docs.oracle.com/javase/specs/jls/se8/html/jls-17.html#jls-17.4.5">
201 < * Chapter 17 of the Java Language Specification</a> defines the
201 > * Chapter 17 of
202 > * <cite>The Java&trade; Language Specification</cite></a> defines the
203   * <i>happens-before</i> relation on memory operations such as reads and
204   * writes of shared variables.  The results of a write by one thread are
205   * guaranteed to be visible to a read by another thread only if the write

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines