[jboss-jira] [JBoss JIRA] Updated: (JBAOP-631) Transformation of generated joinpoint classes causes deadlock
Flavia Rainone (JIRA)
jira-events at lists.jboss.org
Sun Aug 31 22:22:38 EDT 2008
[ https://jira.jboss.org/jira/browse/JBAOP-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Flavia Rainone updated JBAOP-631:
---------------------------------
Attachment: deadlock.txt
The thread dump of the described scenario can be seen at the deadlock.txt file attached to this issue.
> Transformation of generated joinpoint classes causes deadlock
> -------------------------------------------------------------
>
> Key: JBAOP-631
> URL: https://jira.jboss.org/jira/browse/JBAOP-631
> Project: JBoss AOP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.0.0.CR16
> Reporter: Flavia Rainone
> Assignee: Flavia Rainone
> Fix For: 2.0.0.GA
>
> Attachments: deadlock.txt
>
>
> This is occurring in the beforeafter example when using loadtime weaving.
> One thread loads a generated joinpoint class, and waits on the AspectManager lock to transform the class.
> Another thread uses the AspectManager lock to create a PER_VM aspect. At the moment of creating the aspect, this thread needs the class loader lock, held by the first thread.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list