[jboss-jira] [JBoss JIRA] Created: (JGRP-303) Verify that all synchronized statements have short scopes
Bela Ban (JIRA)
jira-events at jboss.com
Sat Sep 9 04:23:29 EDT 2006
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.4
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