[jboss-jira] [JBoss JIRA] Closed: (JBCL-2) BaseClassLoader should check whether findLoadedClass is caching undeployed classes
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Thu Feb 28 11:40:58 EST 2008
[ http://jira.jboss.com/jira/browse/JBCL-2?page=all ]
Adrian Brock closed JBCL-2.
---------------------------
Resolution: Done
> BaseClassLoader should check whether findLoadedClass is caching undeployed classes
> ----------------------------------------------------------------------------------
>
> Key: JBCL-2
> URL: http://jira.jboss.com/jira/browse/JBCL-2
> Project: JBoss ClassLoader
> Issue Type: Bug
> Components: ClassLoader
> Reporter: Adrian Brock
> Assigned To: Adrian Brock
> Fix For: JBossCL.2.0.0.Beta11
>
>
> ClassLoader.findLoadedClass() can cache classes from other classloaders.
> We need to check that class returned from findLoadedClass() isn't linked to a classloader
> that has RealClassLoader::isValid() == false
> If it has, then we ignore that class and continue with the normal load request.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list