Richard S. Hall wrote:
> 
> I am fairly certain that you are experiencing the long-standing issue 
> where the JVM is too aggressive in its locking of class loaders.
> 
> The Felix framework doesn't hold class loader locks while class loader. 
> The point where the threads are blocking are just simple checks to see 
> if the class has already been loaded.
> 
> You should look into this to see if it resolves your issue:
> 
>      
> http://underlap.blogspot.com/2006/11/experimental-fix-for-sunbug-4670071.html
> 
> -> richard
> 

Thanks for your reply, the page you point me to seems actually to be related
to my problem. I'm going to test the workaround and see if the deadlock
disappears.

Regards
-- 
View this message in context: 
http://old.nabble.com/Deadlock-in-ModuleClassLoader-tp31266713p31274765.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to