mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8249205: Remove unnecessary trademark symbols
Reviewed-by: darcy, lancea, bpb, prr, jjg, cjplummer, iris, dfuchs, weijun, joehw, wetmore, bchristi
This commit is contained in:
parent
24f4f14c3d
commit
55039aa1c6
337 changed files with 545 additions and 545 deletions
|
@ -123,7 +123,7 @@ import java.util.concurrent.TimeUnit;
|
|||
* memory synchronization semantics as provided by the built-in monitor
|
||||
* lock, as described in
|
||||
* Chapter 17 of
|
||||
* <cite>The Java™ Language Specification</cite>:
|
||||
* <cite>The Java Language Specification</cite>:
|
||||
* <ul>
|
||||
* <li>A successful {@code lock} operation has the same memory
|
||||
* synchronization effects as a successful <em>Lock</em> action.
|
||||
|
|
|
@ -132,7 +132,7 @@ import jdk.internal.vm.annotation.ReservedStackAccess;
|
|||
* <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>.
|
||||
* 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
|
||||
|
|
|
@ -227,7 +227,7 @@
|
|||
* <h2 id="MemoryVisibility">Memory Consistency Properties</h2>
|
||||
*
|
||||
* Chapter 17 of
|
||||
* <cite>The Java™ Language Specification</cite> 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue