[jboss-jira] [JBoss JIRA] Closed: (JBAS-3675) Add LockOwnerName to ThreadDump output from ServerInfo
Dimitris Andreadis (JIRA)
jira-events at lists.jboss.org
Wed Feb 14 09:50:30 EST 2007
[ http://jira.jboss.com/jira/browse/JBAS-3675?page=all ]
Dimitris Andreadis closed JBAS-3675.
------------------------------------
Fix Version/s: JBossAS-5.0.0.Beta2
Resolution: Partially Completed
The problem is all ThreadInfo.getLockOwnerId()/getLockOwnerName() are a no-op on all the jdks I tried, returning -1/null, so I added the implementation, but then commented it out since no useful output is produced.
When jdk support comes, uncomment the implentation.
> Add LockOwnerName to ThreadDump output from ServerInfo
> ------------------------------------------------------
>
> Key: JBAS-3675
> URL: http://jira.jboss.com/jira/browse/JBAS-3675
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JMX
> Affects Versions: JBossAS-4.0.4.GA
> Reporter: Darran Lofthouse
> Assigned To: Dimitris Andreadis
> Fix For: JBossAS-5.0.0.Beta2, JBossAS-4.2.0.CR1
>
>
> The current thread dump shows what object a thread is waiting on but it does not show which thread currently owns the lock.
> Add getLockOwnerName for each thread output.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list