toString on a shared, already acquired lock, doesn't work
---------------------------------------------------------

                 Key: CDV-894
                 URL: https://jira.terracotta.org/jira//browse/CDV-894
             Project: Community Development
          Issue Type: Bug
            Reporter: Catalin Cirstoiu
            Assignee: Issue Review Board


toString() on a shared, already acquired lock (ReentrantLock) fails with the 
following exception:

*******************************************************************************
You have attempted to invoke an unsupported API in this Terracotta product. 
Please consult the product documentation, or email [EMAIL PROTECTED] for 
assistance.
*******************************************************************************

        at java.util.concurrent.locks.ReentrantLock.getOwner(Unknown Source)
        at java.util.concurrent.locks.ReentrantLock.getLockState(Unknown Source)
        at java.util.concurrent.locks.ReentrantLock.toString(Unknown Source)
        at tutorial.InterruptibleLocking2.run(InterruptibleLocking2.java:19)
        at java.lang.Thread.run(Thread.java:619)

-- 
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