[jboss-jira] [JBoss JIRA] Resolved: (JGRP-303) Verify that all synchronized statements have short scopes
Bela Ban (JIRA)
jira-events at jboss.com
Tue Jan 16 09:29:52 EST 2007
[ http://jira.jboss.com/jira/browse/JGRP-303?page=all ]
Bela Ban resolved JGRP-303.
---------------------------
Resolution: Done
done - some synchronized statements replaced by ReentrantLocks
> Verify that all synchronized statements have short scopes
> ---------------------------------------------------------
>
> Key: JGRP-303
> URL: http://jira.jboss.com/jira/browse/JGRP-303
> Project: JGroups
> Issue Type: Task
> Affects Versions: 2.3 SP1
> Reporter: Bela Ban
> Assigned To: Bela Ban
> Fix For: 2.5
>
>
> In all cases when we have a passUp() or passDown() call from within a synchronized statement, we need to verify whether
> (a) we can call passDown()/passUp() outside the synchronized statement or
> (b) whether there is a potential deadlock if we don't
--
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