mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8276348: Use blessed modifier order in java.base
Reviewed-by: dfuchs, darcy, iris, rriggs, martin
This commit is contained in:
parent
465d350d0b
commit
615063364a
21 changed files with 39 additions and 39 deletions
|
@ -278,7 +278,7 @@ public class Object {
|
|||
* <li>By executing the body of a {@code synchronized} statement
|
||||
* that synchronizes on the object.
|
||||
* <li>For objects of type {@code Class,} by executing a
|
||||
* synchronized static method of that class.
|
||||
* static synchronized method of that class.
|
||||
* </ul>
|
||||
* <p>
|
||||
* Only one thread at a time can own an object's monitor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue