< prev index next >

src/java.base/share/classes/java/util/concurrent/package-info.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 225,235 **** * </ul> * * <h2 id="MemoryVisibility">Memory Consistency Properties</h2> * * Chapter 17 of ! * <cite>The Java&trade; 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 * operation <i>happens-before</i> the read operation. The * {@code synchronized} and {@code volatile} constructs, as well as the --- 225,235 ---- * </ul> * * <h2 id="MemoryVisibility">Memory Consistency Properties</h2> * * Chapter 17 of ! * <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 * operation <i>happens-before</i> the read operation. The * {@code synchronized} and {@code volatile} constructs, as well as the
< prev index next >