Class Loading Deadlocks
- by tomas.nilsson
Mattis follows up on his previous post with one more expose on Class Loading Deadlocks
As I wrote in a previous post, the class loading mechanism in Java is very powerful. There are many advanced techniques you can use, and when used wrongly you can get into all sorts of trouble. But one of the sneakiest deadlocks you can run into when it comes to…