[jboss-jira] [JBoss JIRA] Created: (JBCL-49) Synchronization block in BaseClassLoader is too large
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Fri Oct 10 08:48:21 EDT 2008
Synchronization block in BaseClassLoader is too large
-----------------------------------------------------
Key: JBCL-49
URL: https://jira.jboss.org/jira/browse/JBCL-49
Project: JBoss ClassLoader
Issue Type: Bug
Components: ClassLoader
Affects Versions: JBossCL.2.0.0.CR3
Reporter: Adrian Brock
Assignee: Adrian Brock
Fix For: JBossCL.2.0.0.GA
The synchronization block in BaseClassLoader::loadClass() is too large.
Currently it synchronizes on even during the check on whether it has already loaded class.
While this is also the behaviour of java.lang.ClassLoader, we can optimize this.
--
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