Author: hlship
Date: Wed Sep 14 21:54:08 2011
New Revision: 1170861

URL: http://svn.apache.org/viewvc?rev=1170861&view=rev
Log:
TAP5-1650: On a cold start with a large number of incoming requests, Tapestry 
can deadlock inside PlasticClassLoader/PlasticClassPool

Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentInstantiatorSourceImpl.java

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentInstantiatorSourceImpl.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentInstantiatorSourceImpl.java?rev=1170861&r1=1170860&r2=1170861&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentInstantiatorSourceImpl.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentInstantiatorSourceImpl.java
 Wed Sep 14 21:54:08 2011
@@ -171,8 +171,6 @@ public final class ComponentInstantiator
 
     public void objectWasInvalidated()
     {
-        classLoaderLock.lock();
-
         // Release the existing class pool, loader and so forth.
         // Create a new one.
 


Reply via email to