]
Jason T. Greene updated JBCL-109:
---------------------------------
Component/s: ClassLoader
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
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-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: