mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8225490: Miscellaneous changes imported from jsr166 CVS 2019-09
Reviewed-by: martin, alanb
This commit is contained in:
parent
9275097a02
commit
eb1eadb69f
46 changed files with 622 additions and 640 deletions
|
@ -226,9 +226,8 @@
|
|||
*
|
||||
* <h2 id="MemoryVisibility">Memory Consistency Properties</h2>
|
||||
*
|
||||
* <a href="https://docs.oracle.com/javase/specs/jls/se11/html/jls-17.html#jls-17.4.5">
|
||||
* Chapter 17 of
|
||||
* <cite>The Java™ Language Specification</cite></a> defines the
|
||||
* <cite>The Java™ Language Specification</cite> defines the
|
||||
* <i>happens-before</i> relation on memory operations such as reads and
|
||||
* writes of shared variables. The results of a write by one thread are
|
||||
* guaranteed to be visible to a read by another thread only if the write
|
||||
|
@ -302,6 +301,8 @@
|
|||
*
|
||||
* </ul>
|
||||
*
|
||||
* @jls 17.4.5 Happens-before Order
|
||||
*
|
||||
* @since 1.5
|
||||
*/
|
||||
package java.util.concurrent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue