[jboss-jira] [JBoss JIRA] Updated: (JBCL-109) Infinite loop when a legit LinkageError occurs
Jason T. Greene (JIRA)
jira-events at lists.jboss.org
Thu Jul 9 23:18:29 EDT 2009
[ https://jira.jboss.org/jira/browse/JBCL-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason T. Greene updated JBCL-109:
---------------------------------
Description:
To fix an old JVM issue, linkage errors are treated like a ClassCircularityError. The problem is due to the following type-o, if a legitimate linkage error occurs (like in JBAS-6327), 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
was:
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-6327), 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
> 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
> Components: ClassLoader
> Reporter: Jason T. Greene
> Assignee: Jason T. Greene
> Priority: Blocker
> Fix For: JBossCL.2.0.7.GA
>
>
> To fix an old JVM issue, linkage errors are treated like a ClassCircularityError. The problem is due to the following type-o, if a legitimate linkage error occurs (like in JBAS-6327), 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