Tag

LockUpgrade

1 views collected around this technical thread.

YunZhu Net Technology Team
YunZhu Net Technology Team
Dec 2, 2021 · Fundamentals

Overview and Implementation of an Upgradable ReentrantReadWriteLock in Java

This article explains the principles of Java's ReentrantReadWriteLock, details lock downgrade and upgrade mechanisms, provides a full source analysis of read and write lock implementations, and presents a custom upgradable lock with test code and performance observations.

JavaLockUpgradeMultithreading
0 likes · 22 min read
Overview and Implementation of an Upgradable ReentrantReadWriteLock in Java