使用锁 的理解

使用锁的场景:

synchronized  

锁的粒度:范围         类锁  和 对象锁

锁的过程:  无锁 -> 偏向锁 -> 轻量级锁 -> 重量级锁

原文地址:https://www.cnblogs.com/yishuo/p/13814448.html