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.13 by jsr166, Tue Aug 13 23:45:37 2013 UTC vs.
Revision 1.14 by jsr166, Mon Sep 7 02:44:55 2015 UTC

# Line 197 | Line 197
197   *
198   * <h2 id="MemoryVisibility">Memory Consistency Properties</h2>
199   *
200 < * <a href="http://docs.oracle.com/javase/specs/jls/se7/html/jls-17.html#jls-17.4.5">
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
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines