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.19 by jsr166, Sat Jul 13 18:31:40 2019 UTC vs.
Revision 1.20 by jsr166, Thu Jul 16 22:58:59 2020 UTC

# Line 198 | Line 198
198   * <h2 id="MemoryVisibility">Memory Consistency Properties</h2>
199   *
200   * Chapter 17 of
201 < * <cite>The Java&trade; Language Specification</cite> defines the
201 > * <cite>The Java 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines