Skip to content

Commit 0cd2d39

Browse files
committed
Synchronize
1 parent 296a285 commit 0cd2d39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MD/Synchronize.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public class com.crossoverjie.synchronize.Synchronize {
6969
可以看到在同步块的入口和出口分别有 `monitorenter,monitorexit`
7070
指令。
7171

72-
> Synchronize 关键字也支持重入。
7372

7473
## 锁优化
7574
synchronize 很多都称之为重量锁,`JDK1.6` 中对 synchronize 进行了各种优化,为了能减少获取和释放锁带来的消耗引入了`偏向锁``轻量锁`

0 commit comments

Comments
 (0)