Tagged Questions
1
vote
3answers
88 views
Java lock and happend-before relation
I'm not sure if I'm interpreting the javadoc right. When using a ReentrantLock after calling the lock method and successfully gaining a lock, can you just access any object without any synchronized ...