[jboss-jira] [JBoss JIRA] Created: (JBCL-109) Infinite loop when a legit LinkageError occurs
Jason T. Greene (JIRA)
jira-events at lists.jboss.org
Thu Jul 9 23:04:29 EDT 2009
Infinite loop when a legit LinkageError occurs
----------------------------------------------
Key: JBCL-109
URL: https://jira.jboss.org/jira/browse/JBCL-109
Project: JBoss ClassLoader
Issue Type: Bug
Reporter: Jason T. Greene
Priority: Blocker
Fix For: JBossCL.2.0.7.GA
To fix an old JVM issue, linkage errors are treated like a ClassCircularityException. The problem is due to the following type-o, if a legitimate linkage error occurs (like in JBAS-5327), an infinite loop results.
synchronized int incrementNumCCE()
{
return numCCE;;
}
This appears to have already been fixed in trunk. It just needs to be included in a CL update on 2.0.7 ASAP
--
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