[jboss-jira] [JBoss JIRA] Created: (JBAOP-631) Transformation of generated joinpoint classes causes deadlock

Flavia Rainone (JIRA) jira-events at lists.jboss.org
Sun Aug 31 22:18:41 EDT 2008


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


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