IllegalMonitorStateException thrown by ReentrantLock if flushed/faulted
-----------------------------------------------------------------------
Key: CDV-561
URL: https://jira.terracotta.org/jira//browse/CDV-561
Project: Community Development
Issue Type: Bug
Components: Byte Code Transform
Affects Versions: 2.5.0
Reporter: Tim Eck
Assignee: Issue Review Board
If a shared instance of ReentrantLock is flushed while it is held by a local
thread, you get this exception when it is faulted back in and unlock()'d
java.lang.IllegalMonitorStateException
at
java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:125)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1137)
at java.util.concurrent.locks.ReentrantLock.__tc_unlock(Unknown Source)
at java.util.concurrent.locks.ReentrantLock.unlock(Unknown Source)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev