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

Comparing jsr166/src/jdk7/java/util/concurrent/atomic/package-info.java (file contents):
Revision 1.5 by jsr166, Wed May 29 02:48:05 2013 UTC vs.
Revision 1.6 by jsr166, Mon Sep 7 02:44:55 2015 UTC

# Line 66 | Line 66
66   *
67   * <p>The memory effects for accesses and updates of atomics generally
68   * follow the rules for volatiles, as stated in
69 < * <a href="http://docs.oracle.com/javase/specs/jls/se7/html/jls-17.html#jls-17.4">
69 > * <a href="https://docs.oracle.com/javase/specs/jls/se7/html/jls-17.html#jls-17.4">
70   * The Java Language Specification (17.4 Memory Model)</a>:
71   *
72   * <ul>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines