We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296a285 commit 0cd2d39Copy full SHA for 0cd2d39
MD/Synchronize.md
@@ -69,7 +69,6 @@ public class com.crossoverjie.synchronize.Synchronize {
69
可以看到在同步块的入口和出口分别有 `monitorenter,monitorexit`
70
指令。
71
72
- > Synchronize 关键字也支持重入。
73
74
## 锁优化
75
synchronize 很多都称之为重量锁,`JDK1.6` 中对 synchronize 进行了各种优化,为了能减少获取和释放锁带来的消耗引入了`偏向锁`和`轻量锁`。
0 commit comments