IlegalMonitorStateException in CHM$Segment.put()
------------------------------------------------

                 Key: CDV-830
                 URL: https://jira.terracotta.org/jira//browse/CDV-830
             Project: Community Development
          Issue Type: Bug
          Components: Byte Code Transform
            Reporter: Tim Eck
            Assignee: Issue Review Board
         Attachments: Exception.txt

source: http://forums.terracotta.org/forums/posts/list/0/1282.page

Something about the local monitor acquires we introduce here seems busted. My 
guess is that we're missing a monitorexit when an exception is being thrown. 
The sun java runtime detects imbalance in monitors when exiting methods and 
throws IllegalMonitorStateException if not enough releases happen. Another 
possibility is that we're doing too many releases.

-- 
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
tc-dev@lists.terracotta.org
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to