ReentrantLock class in Java is a concrete implementation of the Lock interface which is present in java.util.concurrent.locks package. One question which comes to mind is why this separate ...
at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:152) at java.util.concurrent.locks.AbstractQueuedSynchronizer.release ...