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.9 by jsr166, Mon Mar 4 18:13:03 2013 UTC vs.
Revision 1.10 by jsr166, Tue May 28 21:09:06 2013 UTC

# Line 191 | Line 191
191   *
192   * <h2 id="MemoryVisibility">Memory Consistency Properties</h2>
193   *
194 < * <a href="http://java.sun.com/docs/books/jls/third_edition/html/memory.html">
194 > * <a href="http://docs.oracle.com/javase/specs/jls/se7/html/index.html">
195   * Chapter 17 of the Java Language Specification</a> defines the
196   * <i>happens-before</i> relation on memory operations such as reads and
197   * writes of shared variables.  The results of a write by one thread are

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines