< prev index next >

src/java.base/share/classes/java/util/concurrent/locks/StampedLock.java

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

*** 130,140 **** * set of functionality. * * <p><b>Memory Synchronization.</b> Methods with the effect of * successfully locking in any mode have the same memory * synchronization effects as a <em>Lock</em> action, as described in ! * Chapter 17 of <cite>The Java&trade; Language Specification</cite>. * Methods successfully unlocking in write mode have the same memory * synchronization effects as an <em>Unlock</em> action. In optimistic * read usages, actions prior to the most recent write mode unlock action * are guaranteed to happen-before those following a tryOptimisticRead * only if a later validate returns true; otherwise there is no guarantee --- 130,140 ---- * set of functionality. * * <p><b>Memory Synchronization.</b> Methods with the effect of * successfully locking in any mode have the same memory * synchronization effects as a <em>Lock</em> action, as described in ! * Chapter 17 of <cite>The Java Language Specification</cite>. * Methods successfully unlocking in write mode have the same memory * synchronization effects as an <em>Unlock</em> action. In optimistic * read usages, actions prior to the most recent write mode unlock action * are guaranteed to happen-before those following a tryOptimisticRead * only if a later validate returns true; otherwise there is no guarantee
< prev index next >